Html Css Color HEX #FAFE31 Gorse

📋 copy color: '#FAFE31'

red 250 ◦ green 254 ◦ blue 49

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

Shades of Gorse #FAFE31

Tints of Gorse #FAFE31

RGB

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

 GREEN value IS 254 (99.61% from 255) = 45.93%

 BLUE value IS 49 (19.53% from 255) = 8.86%

R = 45.21%
G = 45.93%
B = 8.86%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FAFE31 (or 0xFAFE31) is known color: Gorse. HEX triplet: FA, FE and 31. RGB value is (250,254,49). Sum of RGB (Red+Green+Blue) = 250+254+49=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 254 (99.61% from 255 or 45.93% from 553); Blue value is 49 (19.53% from 255 or 8.86% from 553); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFE31 is #0501CE. Grayscale: #E6E6E6. Windows color (decimal): -328143 or 3276538. OLE color: 3276538.

HSL color Cylindrical-coordinate representation of color #FAFE31: hue angle of 61.17º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FAFE31 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.

Color convert

RGB 250 254 49 -
CMYK 0.02 0 0.81 0.00
HSL 61.17º 0.99% 0.59% -
HSV(B) 61.17º 0.81% 1% -
XYZ 75.42 91.43 16.58 -
YUV 229.43 26.17 142.67 -
System Red Green Blue C M Y K H S L
Decimal 250 254 49 0.02 0 0.81 0.00 61.17 0.99 0.59
Hex FA FE 31 2 0 51 0 3D 63 3B
Octal 372 376 61 2 0 121 0 75 143 73
Binary 11111010 11111110 110001 10 0 1010001 0 111101 1100011 111011

Color Harmonies of #FAFE31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFE31

Black with #FAFE31

Text Example


Text Example

White with #FAFE31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFE31; }

 p { color: rgb(250,254,49); }

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

background-color css

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

 a { background-color: rgb(250,254,49); }

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

border-color css

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

 span { border-color: rgb(250,254,49); }

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