Html Css Color HEX #FAE237 Gorse

📋 copy color: '#FAE237'

red 250 ◦ green 226 ◦ blue 55

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

Shades of Gorse #FAE237

Tints of Gorse #FAE237

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.56%

 BLUE value IS 55 (21.88% from 255) = 10.36%

R = 47.08%
G = 42.56%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FAE237 (or 0xFAE237) is known color: Gorse. HEX triplet: FA, E2 and 37. RGB value is (250,226,55). Sum of RGB (Red+Green+Blue) = 250+226+55=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 226 (88.67% from 255 or 42.56% from 531); Blue value is 55 (21.88% from 255 or 10.36% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE237 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE237 is #051DC8. Grayscale: #D6D6D6. Windows color (decimal): -335305 or 3662586. OLE color: 3662586.

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

Color convert

RGB 250 226 55 -
CMYK 0 0.10 0.78 0.02
HSL 52.62º 0.95% 0.6% -
HSV(B) 52.62º 0.78% 0.98% -
XYZ 67.31 74.99 14.54 -
YUV 213.68 38.45 153.9 -
System Red Green Blue C M Y K H S L
Decimal 250 226 55 0 0.10 0.78 0.02 52.62 0.95 0.6
Hex FA E2 37 0 A 4E 2 35 5F 3C
Octal 372 342 67 0 12 116 2 65 137 74
Binary 11111010 11100010 110111 0 1010 1001110 10 110101 1011111 111100

Color Harmonies of #FAE237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE237

Black with #FAE237

Text Example


Text Example

White with #FAE237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE237; }

 p { color: rgb(250,226,55); }

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

background-color css

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

 a { background-color: rgb(250,226,55); }

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

border-color css

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

 span { border-color: rgb(250,226,55); }

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