Html Css Color HEX #FAE043 Gorse

📋 copy color: '#FAE043'

red 250 ◦ green 224 ◦ blue 67

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

Shades of Gorse #FAE043

Tints of Gorse #FAE043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 12.38%

R = 46.21%
G = 41.4%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FAE043 (or 0xFAE043) is known color: Gorse. HEX triplet: FA, E0 and 43. RGB value is (250,224,67). Sum of RGB (Red+Green+Blue) = 250+224+67=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 224 (87.89% from 255 or 41.40% from 541); Blue value is 67 (26.56% from 255 or 12.38% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE043 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE043 is #051FBC. Grayscale: #D6D6D6. Windows color (decimal): -335805 or 4448506. OLE color: 4448506.

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

Color convert

RGB 250 224 67 -
CMYK 0 0.10 0.73 0.02
HSL 51.48º 0.95% 0.62% -
HSV(B) 51.48º 0.73% 0.98% -
XYZ 67.09 74.04 16.07 -
YUV 213.88 45.11 153.77 -
System Red Green Blue C M Y K H S L
Decimal 250 224 67 0 0.10 0.73 0.02 51.48 0.95 0.62
Hex FA E0 43 0 A 49 2 33 5F 3E
Octal 372 340 103 0 12 111 2 63 137 76
Binary 11111010 11100000 1000011 0 1010 1001001 10 110011 1011111 111110

Color Harmonies of #FAE043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE043

Black with #FAE043

Text Example


Text Example

White with #FAE043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE043; }

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

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

background-color css

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

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

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

border-color css

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

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

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