Html Css Color HEX #FAE02A Gorse

📋 copy color: '#FAE02A'

red 250 ◦ green 224 ◦ blue 42

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

Shades of Gorse #FAE02A

Tints of Gorse #FAE02A

RGB

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

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

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

R = 48.45%
G = 43.41%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FAE02A (or 0xFAE02A) is known color: Gorse. HEX triplet: FA, E0 and 2A. RGB value is (250,224,42). Sum of RGB (Red+Green+Blue) = 250+224+42=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 224 (87.89% from 255 or 43.41% from 516); Blue value is 42 (16.80% from 255 or 8.14% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE02A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE02A is #051FD5. Grayscale: #D3D3D3. Windows color (decimal): -335830 or 2810106. OLE color: 2810106.

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

Color convert

RGB 250 224 42 -
CMYK 0 0.10 0.83 0.02
HSL 52.5º 0.95% 0.57% -
HSV(B) 52.5º 0.83% 0.98% -
XYZ 66.5 73.8 12.93 -
YUV 211.03 32.61 155.8 -
System Red Green Blue C M Y K H S L
Decimal 250 224 42 0 0.10 0.83 0.02 52.5 0.95 0.57
Hex FA E0 2A 0 A 53 2 34 5F 39
Octal 372 340 52 0 12 123 2 64 137 71
Binary 11111010 11100000 101010 0 1010 1010011 10 110100 1011111 111001

Color Harmonies of #FAE02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE02A

Black with #FAE02A

Text Example


Text Example

White with #FAE02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE02A; }

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

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

background-color css

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

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

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

border-color css

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

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

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