Html Css Color HEX #FFC201 Golden Poppy

📋 copy color: '#FFC201'

red 255 ◦ green 194 ◦ blue 1

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

Shades of Golden Poppy #FFC201

Tints of Golden Poppy #FFC201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 56.67%
G = 43.11%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FFC201 (or 0xFFC201) is known color: Golden Poppy. HEX triplet: FF, C2 and 01. RGB value is (255,194,1). Sum of RGB (Red+Green+Blue) = 255+194+1=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 1 (0.78% from 255 or 0.22% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC201 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC201 is #003DFE. Grayscale: #BFBFBF. Windows color (decimal): -15871 or 115455. OLE color: 115455.

HSL color Cylindrical-coordinate representation of color #FFC201: hue angle of 45.59º 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 #FFC201 is Cyan = 0, Magento = 0.24, Yellow = 1.00 and Black (K on CMYK) = 0.

Color convert

RGB 255 194 1 -
CMYK 0 0.24 1.00 0
HSL 45.59º 1% 0.5% -
HSV(B) 45.59º 1% 1% -
XYZ 60.54 59.85 8.39 -
YUV 190.24 21.21 174.19 -
System Red Green Blue C M Y K H S L
Decimal 255 194 1 0 0.24 1.00 0 45.59 1 0.5
Hex FF C2 1 0 18 64 0 2E 64 32
Octal 377 302 1 0 30 144 0 56 144 62
Binary 11111111 11000010 1 0 11000 1100100 0 101110 1100100 110010

Color Harmonies of #FFC201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC201

Black with #FFC201

Text Example


Text Example

White with #FFC201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC201; }

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

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

background-color css

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

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

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

border-color css

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

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

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