Html Css Color HEX #FAE142 Gorse

📋 copy color: '#FAE142'

red 250 ◦ green 225 ◦ blue 66

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

Shades of Gorse #FAE142

Tints of Gorse #FAE142

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.59%

 BLUE value IS 66 (26.17% from 255) = 12.2%

R = 46.21%
G = 41.59%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FAE142 (or 0xFAE142) is known color: Gorse. HEX triplet: FA, E1 and 42. RGB value is (250,225,66). Sum of RGB (Red+Green+Blue) = 250+225+66=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 225 (88.28% from 255 or 41.59% from 541); Blue value is 66 (26.17% from 255 or 12.20% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE142 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE142 is #051EBD. Grayscale: #D7D7D7. Windows color (decimal): -335550 or 4383226. OLE color: 4383226.

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

Color convert

RGB 250 225 66 -
CMYK 0 0.10 0.74 0.02
HSL 51.85º 0.95% 0.62% -
HSV(B) 51.85º 0.74% 0.98% -
XYZ 67.33 74.57 16 -
YUV 214.35 44.28 153.43 -
System Red Green Blue C M Y K H S L
Decimal 250 225 66 0 0.10 0.74 0.02 51.85 0.95 0.62
Hex FA E1 42 0 A 4A 2 34 5F 3E
Octal 372 341 102 0 12 112 2 64 137 76
Binary 11111010 11100001 1000010 0 1010 1001010 10 110100 1011111 111110

Color Harmonies of #FAE142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE142

Black with #FAE142

Text Example


Text Example

White with #FAE142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE142; }

 p { color: rgb(250,225,66); }

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

background-color css

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

 a { background-color: rgb(250,225,66); }

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

border-color css

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

 span { border-color: rgb(250,225,66); }

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