Html Css Color HEX #F0C603 Golden Poppy

📋 copy color: '#F0C603'

red 240 ◦ green 198 ◦ blue 3

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

Shades of Golden Poppy #F0C603

Tints of Golden Poppy #F0C603

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.9%

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

R = 54.42%
G = 44.9%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F0C603 (or 0xF0C603) is known color: Golden Poppy. HEX triplet: F0, C6 and 03. RGB value is (240,198,3). Sum of RGB (Red+Green+Blue) = 240+198+3=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 198 (77.73% from 255 or 44.90% from 441); Blue value is 3 (1.56% from 255 or 0.68% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C603 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C603 is #0F39FC. Grayscale: #BDBDBD. Windows color (decimal): -997885 or 247536. OLE color: 247536.

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

Color convert

RGB 240 198 3 -
CMYK 0 0.18 0.99 0.06
HSL 49.37º 0.98% 0.48% -
HSV(B) 49.37º 0.99% 0.94% -
XYZ 56.15 58.92 8.5 -
YUV 188.33 23.41 164.86 -
System Red Green Blue C M Y K H S L
Decimal 240 198 3 0 0.18 0.99 0.06 49.37 0.98 0.48
Hex F0 C6 3 0 12 63 6 31 62 30
Octal 360 306 3 0 22 143 6 61 142 60
Binary 11110000 11000110 11 0 10010 1100011 110 110001 1100010 110000

Color Harmonies of #F0C603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C603

Black with #F0C603

Text Example


Text Example

White with #F0C603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C603; }

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

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

background-color css

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

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

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

border-color css

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

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

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