Html Css Color HEX #FFC200 Golden Poppy

📋 copy color: '#FFC200'

red 255 ◦ green 194 ◦ blue 0

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

Shades of Golden Poppy #FFC200

Tints of Golden Poppy #FFC200

RGB

 RED value IS 255 (100% from 255) = 56.79%

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

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

R = 56.79%
G = 43.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FFC200 (or 0xFFC200) is known color: Golden Poppy. HEX triplet: FF, C2 and 00. RGB value is (255,194,0). Sum of RGB (Red+Green+Blue) = 255+194+0=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 194 (76.17% from 255 or 43.21% from 449); Blue value is 0 (0.39% from 255 or 0% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC200 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC200 is #003DFF. Grayscale: #BEBEBE. Windows color (decimal): -15872 or 49919. OLE color: 49919.

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

Color convert

RGB 255 194 0 -
CMYK 0 0.24 1 0
HSL 45.65º 1% 0.5% -
HSV(B) 45.65º 1% 1% -
XYZ 60.53 59.84 8.36 -
YUV 190.12 20.71 174.27 -
System Red Green Blue C M Y K H S L
Decimal 255 194 0 0 0.24 1 0 45.65 1 0.5
Hex FF C2 0 0 18 64 0 2E 64 32
Octal 377 302 0 0 30 144 0 56 144 62
Binary 11111111 11000010 0 0 11000 1100100 0 101110 1100100 110010

Color Harmonies of #FFC200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC200

Black with #FFC200

Text Example


Text Example

White with #FFC200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC200; }

 p { color: rgb(255,194,0); }

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

background-color css

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

 a { background-color: rgb(255,194,0); }

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

border-color css

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

 span { border-color: rgb(255,194,0); }

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