Html Css Color HEX #FDC701 Golden Poppy

📋 copy color: '#FDC701'

red 253 ◦ green 199 ◦ blue 1

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

Shades of Golden Poppy #FDC701

Tints of Golden Poppy #FDC701

RGB

 RED value IS 253 (99.22% from 255) = 55.85%

 GREEN value IS 199 (78.13% from 255) = 43.93%

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

R = 55.85%
G = 43.93%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FDC701 (or 0xFDC701) is known color: Golden Poppy. HEX triplet: FD, C7 and 01. RGB value is (253,199,1). Sum of RGB (Red+Green+Blue) = 253+199+1=453 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.85% from 453); Green value is 199 (78.12% from 255 or 43.93% from 453); Blue value is 1 (0.78% from 255 or 0.22% from 453); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC701 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC701 is #0238FE. Grayscale: #C1C1C1. Windows color (decimal): -145663 or 116733. OLE color: 116733.

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

Color convert

RGB 253 199 1 -
CMYK 0 0.21 1.00 0.01
HSL 47.14º 0.99% 0.5% -
HSV(B) 47.14º 1% 0.99% -
XYZ 60.94 61.73 8.73 -
YUV 192.57 19.89 171.1 -
System Red Green Blue C M Y K H S L
Decimal 253 199 1 0 0.21 1.00 0.01 47.14 0.99 0.5
Hex FD C7 1 0 15 64 1 2F 63 32
Octal 375 307 1 0 25 144 1 57 143 62
Binary 11111101 11000111 1 0 10101 1100100 1 101111 1100011 110010

Color Harmonies of #FDC701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC701

Black with #FDC701

Text Example


Text Example

White with #FDC701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC701; }

 p { color: rgb(253,199,1); }

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

background-color css

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

 a { background-color: rgb(253,199,1); }

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

border-color css

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

 span { border-color: rgb(253,199,1); }

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