Html Css Color HEX #FFE02F Gorse

📋 copy color: '#FFE02F'

red 255 ◦ green 224 ◦ blue 47

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

Shades of Gorse #FFE02F

Tints of Gorse #FFE02F

RGB

 RED value IS 255 (100% from 255) = 48.48%

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

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

R = 48.48%
G = 42.59%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FFE02F (or 0xFFE02F) is known color: Gorse. HEX triplet: FF, E0 and 2F. RGB value is (255,224,47). Sum of RGB (Red+Green+Blue) = 255+224+47=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 47 (18.75% from 255 or 8.94% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE02F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE02F is #001FD0. Grayscale: #D5D5D5. Windows color (decimal): -8145 or 3137791. OLE color: 3137791.

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

Color convert

RGB 255 224 47 -
CMYK 0 0.12 0.82 0
HSL 51.06º 1% 0.59% -
HSV(B) 51.06º 0.82% 1% -
XYZ 68.41 74.78 13.52 -
YUV 213.09 34.27 157.89 -
System Red Green Blue C M Y K H S L
Decimal 255 224 47 0 0.12 0.82 0 51.06 1 0.59
Hex FF E0 2F 0 C 52 0 33 64 3B
Octal 377 340 57 0 14 122 0 63 144 73
Binary 11111111 11100000 101111 0 1100 1010010 0 110011 1100100 111011

Color Harmonies of #FFE02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE02F

Black with #FFE02F

Text Example


Text Example

White with #FFE02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE02F; }

 p { color: rgb(255,224,47); }

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

background-color css

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

 a { background-color: rgb(255,224,47); }

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

border-color css

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

 span { border-color: rgb(255,224,47); }

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