Html Css Color HEX #F0C203 Golden Poppy

📋 copy color: '#F0C203'

red 240 ◦ green 194 ◦ blue 3

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

Shades of Golden Poppy #F0C203

Tints of Golden Poppy #F0C203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.69%

R = 54.92%
G = 44.39%
B = 0.69%

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

#F0C203 (or 0xF0C203) is known color: Golden Poppy. HEX triplet: F0, C2 and 03. RGB value is (240,194,3). Sum of RGB (Red+Green+Blue) = 240+194+3=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 194 (76.17% from 255 or 44.39% from 437); Blue value is 3 (1.56% from 255 or 0.69% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C203 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C203 is #0F3DFC. Grayscale: #BABABA. Windows color (decimal): -998909 or 246512. OLE color: 246512.

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

Color convert

RGB 240 194 3 -
CMYK 0 0.19 0.99 0.06
HSL 48.35º 0.98% 0.48% -
HSV(B) 48.35º 0.99% 0.94% -
XYZ 55.24 57.12 8.2 -
YUV 185.98 24.74 166.53 -
System Red Green Blue C M Y K H S L
Decimal 240 194 3 0 0.19 0.99 0.06 48.35 0.98 0.48
Hex F0 C2 3 0 13 63 6 30 62 30
Octal 360 302 3 0 23 143 6 60 142 60
Binary 11110000 11000010 11 0 10011 1100011 110 110000 1100010 110000

Color Harmonies of #F0C203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C203

Black with #F0C203

Text Example


Text Example

White with #F0C203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C203; }

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

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

background-color css

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

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

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

border-color css

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

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

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