Html Css Color HEX #F0C202 Golden Poppy

📋 copy color: '#F0C202'

red 240 ◦ green 194 ◦ blue 2

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

Shades of Golden Poppy #F0C202

Tints of Golden Poppy #F0C202

RGB

 RED value IS 240 (94.14% from 255) = 55.05%

 GREEN value IS 194 (76.17% from 255) = 44.5%

 BLUE value IS 2 (1.17% from 255) = 0.46%

R = 55.05%
G = 44.5%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F0C202 (or 0xF0C202) is known color: Golden Poppy. HEX triplet: F0, C2 and 02. RGB value is (240,194,2). Sum of RGB (Red+Green+Blue) = 240+194+2=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 2 (1.17% from 255 or 0.46% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C202 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C202 is #0F3DFD. Grayscale: #BABABA. Windows color (decimal): -998910 or 180976. OLE color: 180976.

HSL color Cylindrical-coordinate representation of color #F0C202: hue angle of 48.4º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F0C202 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 194 2 -
CMYK 0 0.19 0.99 0.06
HSL 48.4º 0.98% 0.47% -
HSV(B) 48.4º 0.99% 0.94% -
XYZ 55.24 57.11 8.17 -
YUV 185.87 24.24 166.61 -
System Red Green Blue C M Y K H S L
Decimal 240 194 2 0 0.19 0.99 0.06 48.4 0.98 0.47
Hex F0 C2 2 0 13 63 6 30 62 2F
Octal 360 302 2 0 23 143 6 60 142 57
Binary 11110000 11000010 10 0 10011 1100011 110 110000 1100010 101111

Color Harmonies of #F0C202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C202

Black with #F0C202

Text Example


Text Example

White with #F0C202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C202; }

 p { color: rgb(240,194,2); }

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

background-color css

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

 a { background-color: rgb(240,194,2); }

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

border-color css

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

 span { border-color: rgb(240,194,2); }

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