Html Css Color HEX #FEFB31 Gorse

📋 copy color: '#FEFB31'

red 254 ◦ green 251 ◦ blue 49

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

Shades of Gorse #FEFB31

Tints of Gorse #FEFB31

RGB

 RED value IS 254 (99.61% from 255) = 45.85%

 GREEN value IS 251 (98.44% from 255) = 45.31%

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

R = 45.85%
G = 45.31%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEFB31 (or 0xFEFB31) is known color: Gorse. HEX triplet: FE, FB and 31. RGB value is (254,251,49). Sum of RGB (Red+Green+Blue) = 254+251+49=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 251 (98.44% from 255 or 45.31% from 554); Blue value is 49 (19.53% from 255 or 8.84% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFB31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFB31 is #0104CE. Grayscale: #E5E5E5. Windows color (decimal): -66767 or 3275774. OLE color: 3275774.

HSL color Cylindrical-coordinate representation of color #FEFB31: hue angle of 59.12º 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 #FEFB31 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 251 49 -
CMYK 0 0.01 0.81 0.00
HSL 59.12º 0.99% 0.59% -
HSV(B) 59.12º 0.81% 1% -
XYZ 75.92 90.29 16.33 -
YUV 228.87 26.49 145.93 -
System Red Green Blue C M Y K H S L
Decimal 254 251 49 0 0.01 0.81 0.00 59.12 0.99 0.59
Hex FE FB 31 0 1 51 0 3B 63 3B
Octal 376 373 61 0 1 121 0 73 143 73
Binary 11111110 11111011 110001 0 1 1010001 0 111011 1100011 111011

Color Harmonies of #FEFB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFB31

Black with #FEFB31

Text Example


Text Example

White with #FEFB31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFB31; }

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

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

background-color css

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

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

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

border-color css

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

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

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