Html Css Color HEX #FAEA2A Gorse

📋 copy color: '#FAEA2A'

red 250 ◦ green 234 ◦ blue 42

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

Shades of Gorse #FAEA2A

Tints of Gorse #FAEA2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 7.98%

R = 47.53%
G = 44.49%
B = 7.98%

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

#FAEA2A (or 0xFAEA2A) is known color: Gorse. HEX triplet: FA, EA and 2A. RGB value is (250,234,42). Sum of RGB (Red+Green+Blue) = 250+234+42=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 234 (91.80% from 255 or 44.49% from 526); Blue value is 42 (16.80% from 255 or 7.98% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAEA2A is #0515D5. Grayscale: #D9D9D9. Windows color (decimal): -333270 or 2812666. OLE color: 2812666.

HSL color Cylindrical-coordinate representation of color #FAEA2A: hue angle of 55.38º 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 #FAEA2A is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 234 42 -
CMYK 0 0.06 0.83 0.02
HSL 55.38º 0.95% 0.57% -
HSV(B) 55.38º 0.83% 0.98% -
XYZ 69.27 79.34 13.85 -
YUV 216.9 29.3 151.61 -
System Red Green Blue C M Y K H S L
Decimal 250 234 42 0 0.06 0.83 0.02 55.38 0.95 0.57
Hex FA EA 2A 0 6 53 2 37 5F 39
Octal 372 352 52 0 6 123 2 67 137 71
Binary 11111010 11101010 101010 0 110 1010011 10 110111 1011111 111001

Color Harmonies of #FAEA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEA2A

Black with #FAEA2A

Text Example


Text Example

White with #FAEA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEA2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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