Html Css Color HEX #FFC501 Golden Poppy

📋 copy color: '#FFC501'

red 255 ◦ green 197 ◦ blue 1

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

Shades of Golden Poppy #FFC501

Tints of Golden Poppy #FFC501

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.49%

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

R = 56.29%
G = 43.49%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FFC501 (or 0xFFC501) is known color: Golden Poppy. HEX triplet: FF, C5 and 01. RGB value is (255,197,1). Sum of RGB (Red+Green+Blue) = 255+197+1=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 197 (77.34% from 255 or 43.49% from 453); Blue value is 1 (0.78% from 255 or 0.22% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC501 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC501 is #003AFE. Grayscale: #C0C0C0. Windows color (decimal): -15103 or 116223. OLE color: 116223.

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

Color convert

RGB 255 197 1 -
CMYK 0 0.23 1.00 0
HSL 46.3º 1% 0.5% -
HSV(B) 46.3º 1% 1% -
XYZ 61.21 61.19 8.61 -
YUV 192 20.22 172.94 -
System Red Green Blue C M Y K H S L
Decimal 255 197 1 0 0.23 1.00 0 46.3 1 0.5
Hex FF C5 1 0 17 64 0 2E 64 32
Octal 377 305 1 0 27 144 0 56 144 62
Binary 11111111 11000101 1 0 10111 1100100 0 101110 1100100 110010

Color Harmonies of #FFC501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC501

Black with #FFC501

Text Example


Text Example

White with #FFC501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC501; }

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

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

background-color css

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

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

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

border-color css

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

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

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