Html Css Color HEX #F0C300 Golden Poppy

📋 copy color: '#F0C300'

red 240 ◦ green 195 ◦ blue 0

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

Shades of Golden Poppy #F0C300

Tints of Golden Poppy #F0C300

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.83%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.17%
G = 44.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F0C300 (or 0xF0C300) is known color: Golden Poppy. HEX triplet: F0, C3 and 00. RGB value is (240,195,0). Sum of RGB (Red+Green+Blue) = 240+195+0=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 0 (0.39% from 255 or 0% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C300 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C300 is #0F3CFF. Grayscale: #BBBBBB. Windows color (decimal): -998656 or 50160. OLE color: 50160.

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

Color convert

RGB 240 195 0 -
CMYK 0 0.19 1 0.06
HSL 48.75º 1% 0.47% -
HSV(B) 48.75º 1% 0.94% -
XYZ 55.45 57.56 8.19 -
YUV 186.23 22.91 166.36 -
System Red Green Blue C M Y K H S L
Decimal 240 195 0 0 0.19 1 0.06 48.75 1 0.47
Hex F0 C3 0 0 13 64 6 31 64 2F
Octal 360 303 0 0 23 144 6 61 144 57
Binary 11110000 11000011 0 0 10011 1100100 110 110001 1100100 101111

Color Harmonies of #F0C300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C300

Black with #F0C300

Text Example


Text Example

White with #F0C300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C300; }

 p { color: rgb(240,195,0); }

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

background-color css

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

 a { background-color: rgb(240,195,0); }

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

border-color css

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

 span { border-color: rgb(240,195,0); }

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