Html Css Color HEX #FAEA2B Gorse

📋 copy color: '#FAEA2B'

red 250 ◦ green 234 ◦ blue 43

#FAEA2B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gorse #FAEA2B

Tints of Gorse #FAEA2B

RGB

 RED value IS 250 (98.05% from 255) = 47.44%

 GREEN value IS 234 (91.8% from 255) = 44.4%

 BLUE value IS 43 (17.19% from 255) = 8.16%

R = 47.44%
G = 44.4%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FAEA2B (or 0xFAEA2B) is known color: Gorse. HEX triplet: FA, EA and 2B. RGB value is (250,234,43). Sum of RGB (Red+Green+Blue) = 250+234+43=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 234 (91.80% from 255 or 44.40% from 527); Blue value is 43 (17.19% from 255 or 8.16% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAEA2B is #0515D4. Grayscale: #D9D9D9. Windows color (decimal): -333269 or 2878202. OLE color: 2878202.

HSL color Cylindrical-coordinate representation of color #FAEA2B: hue angle of 55.36º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FAEA2B is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 234 43 -
CMYK 0 0.06 0.83 0.02
HSL 55.36º 0.95% 0.57% -
HSV(B) 55.36º 0.83% 0.98% -
XYZ 69.28 79.34 13.95 -
YUV 217.01 29.8 151.53 -
System Red Green Blue C M Y K H S L
Decimal 250 234 43 0 0.06 0.83 0.02 55.36 0.95 0.57
Hex FA EA 2B 0 6 53 2 37 5F 39
Octal 372 352 53 0 6 123 2 67 137 71
Binary 11111010 11101010 101011 0 110 1010011 10 110111 1011111 111001

Color Harmonies of #FAEA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEA2B

Black with #FAEA2B

Text Example


Text Example

White with #FAEA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEA2B; }

 p { color: rgb(250,234,43); }

 H1.HeaderClassName
 {
   color: #FAEA2B;
 }
 .AnyTagClassName
 {
   color: #FAEA2B;
 }
</style>

background-color css

<style>
 a { background-color: #FAEA2B; }

 a { background-color: rgb(250,234,43); }

 div.DivClassName
 {
   background-color: #FAEA2B;
 }
 .BgClassName
 {
   background-color: #FAEA2B;
 }
</style>

border-color css

<style>
 span { border-color: #FAEA2B; }

 span { border-color: rgb(250,234,43); }

 td.TdClassName
 {
   border-color: #FAEA2B;
 }
 .TagClassName
 {
   border-color: #FAEA2B;
 }
</style>