Html Css Color HEX #FAE033 Gorse

📋 copy color: '#FAE033'

red 250 ◦ green 224 ◦ blue 51

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

Shades of Gorse #FAE033

Tints of Gorse #FAE033

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.67%

 BLUE value IS 51 (20.31% from 255) = 9.71%

R = 47.62%
G = 42.67%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FAE033 (or 0xFAE033) is known color: Gorse. HEX triplet: FA, E0 and 33. RGB value is (250,224,51). Sum of RGB (Red+Green+Blue) = 250+224+51=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 224 (87.89% from 255 or 42.67% from 525); Blue value is 51 (20.31% from 255 or 9.71% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE033 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE033 is #051FCC. Grayscale: #D4D4D4. Windows color (decimal): -335821 or 3399930. OLE color: 3399930.

HSL color Cylindrical-coordinate representation of color #FAE033: hue angle of 52.16º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FAE033 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 224 51 -
CMYK 0 0.10 0.80 0.02
HSL 52.16º 0.95% 0.59% -
HSV(B) 52.16º 0.8% 0.98% -
XYZ 66.68 73.87 13.88 -
YUV 212.05 37.11 155.07 -
System Red Green Blue C M Y K H S L
Decimal 250 224 51 0 0.10 0.80 0.02 52.16 0.95 0.59
Hex FA E0 33 0 A 50 2 34 5F 3B
Octal 372 340 63 0 12 120 2 64 137 73
Binary 11111010 11100000 110011 0 1010 1010000 10 110100 1011111 111011

Color Harmonies of #FAE033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE033

Black with #FAE033

Text Example


Text Example

White with #FAE033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE033; }

 p { color: rgb(250,224,51); }

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

background-color css

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

 a { background-color: rgb(250,224,51); }

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

border-color css

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

 span { border-color: rgb(250,224,51); }

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