Html Css Color HEX #FEF02F Gorse

📋 copy color: '#FEF02F'

red 254 ◦ green 240 ◦ blue 47

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

Shades of Gorse #FEF02F

Tints of Gorse #FEF02F

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.36%

 BLUE value IS 47 (18.75% from 255) = 8.69%

R = 46.95%
G = 44.36%
B = 8.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEF02F (or 0xFEF02F) is known color: Gorse. HEX triplet: FE, F0 and 2F. RGB value is (254,240,47). Sum of RGB (Red+Green+Blue) = 254+240+47=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 240 (94.14% from 255 or 44.36% from 541); Blue value is 47 (18.75% from 255 or 8.69% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF02F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF02F is #010FD0. Grayscale: #DEDEDE. Windows color (decimal): -69585 or 3141886. OLE color: 3141886.

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

Color convert

RGB 254 240 47 -
CMYK 0 0.06 0.81 0.00
HSL 55.94º 0.99% 0.59% -
HSV(B) 55.94º 0.81% 1% -
XYZ 72.55 83.6 15 -
YUV 222.18 29.14 150.69 -
System Red Green Blue C M Y K H S L
Decimal 254 240 47 0 0.06 0.81 0.00 55.94 0.99 0.59
Hex FE F0 2F 0 6 51 0 38 63 3B
Octal 376 360 57 0 6 121 0 70 143 73
Binary 11111110 11110000 101111 0 110 1010001 0 111000 1100011 111011

Color Harmonies of #FEF02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF02F

Black with #FEF02F

Text Example


Text Example

White with #FEF02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF02F; }

 p { color: rgb(254,240,47); }

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

background-color css

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

 a { background-color: rgb(254,240,47); }

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

border-color css

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

 span { border-color: rgb(254,240,47); }

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