Html Css Color HEX #FAE423 Gorse

📋 copy color: '#FAE423'

red 250 ◦ green 228 ◦ blue 35

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

Shades of Gorse #FAE423

Tints of Gorse #FAE423

RGB

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

 GREEN value IS 228 (89.45% from 255) = 44.44%

 BLUE value IS 35 (14.06% from 255) = 6.82%

R = 48.73%
G = 44.44%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FAE423 (or 0xFAE423) is known color: Gorse. HEX triplet: FA, E4 and 23. RGB value is (250,228,35). Sum of RGB (Red+Green+Blue) = 250+228+35=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 228 (89.45% from 255 or 44.44% from 513); Blue value is 35 (14.06% from 255 or 6.82% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE423 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE423 is #051BDC. Grayscale: #D5D5D5. Windows color (decimal): -334813 or 2352378. OLE color: 2352378.

HSL color Cylindrical-coordinate representation of color #FAE423: hue angle of 53.86º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FAE423 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 228 35 -
CMYK 0 0.09 0.86 0.02
HSL 53.86º 0.96% 0.56% -
HSV(B) 53.86º 0.86% 0.98% -
XYZ 67.47 75.93 12.69 -
YUV 212.58 27.79 154.69 -
System Red Green Blue C M Y K H S L
Decimal 250 228 35 0 0.09 0.86 0.02 53.86 0.96 0.56
Hex FA E4 23 0 9 56 2 36 60 38
Octal 372 344 43 0 11 126 2 66 140 70
Binary 11111010 11100100 100011 0 1001 1010110 10 110110 1100000 111000

Color Harmonies of #FAE423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE423

Black with #FAE423

Text Example


Text Example

White with #FAE423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE423; }

 p { color: rgb(250,228,35); }

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

background-color css

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

 a { background-color: rgb(250,228,35); }

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

border-color css

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

 span { border-color: rgb(250,228,35); }

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