Html Css Color HEX #F6C300 Golden Poppy

📋 copy color: '#F6C300'

red 246 ◦ green 195 ◦ blue 0

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

Shades of Golden Poppy #F6C300

Tints of Golden Poppy #F6C300

RGB

 RED value IS 246 (96.48% from 255) = 55.78%

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

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

R = 55.78%
G = 44.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F6C300 (or 0xF6C300) is known color: Golden Poppy. HEX triplet: F6, C3 and 00. RGB value is (246,195,0). Sum of RGB (Red+Green+Blue) = 246+195+0=441 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.78% from 441); Green value is 195 (76.56% from 255 or 44.22% from 441); Blue value is 0 (0.39% from 255 or 0% from 441); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C300 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6C300 is #093CFF. Grayscale: #BCBCBC. Windows color (decimal): -605440 or 50166. OLE color: 50166.

HSL color Cylindrical-coordinate representation of color #F6C300: hue angle of 47.56º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F6C300 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 195 0 -
CMYK 0 0.21 1 0.04
HSL 47.56º 1% 0.48% -
HSV(B) 47.56º 1% 0.96% -
XYZ 57.52 58.62 8.28 -
YUV 188.02 21.9 169.36 -
System Red Green Blue C M Y K H S L
Decimal 246 195 0 0 0.21 1 0.04 47.56 1 0.48
Hex F6 C3 0 0 15 64 4 30 64 30
Octal 366 303 0 0 25 144 4 60 144 60
Binary 11110110 11000011 0 0 10101 1100100 100 110000 1100100 110000

Color Harmonies of #F6C300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C300

Black with #F6C300

Text Example


Text Example

White with #F6C300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C300; }

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

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

background-color css

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

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

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

border-color css

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

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

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