Html Css Color HEX #FDC307 Golden Poppy

📋 copy color: '#FDC307'

red 253 ◦ green 195 ◦ blue 7

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

Shades of Golden Poppy #FDC307

Tints of Golden Poppy #FDC307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.54%

R = 55.6%
G = 42.86%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FDC307 (or 0xFDC307) is known color: Golden Poppy. HEX triplet: FD, C3 and 07. RGB value is (253,195,7). Sum of RGB (Red+Green+Blue) = 253+195+7=455 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.60% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 7 (3.12% from 255 or 1.54% from 455); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC307 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC307 is #023CF8. Grayscale: #BFBFBF. Windows color (decimal): -146681 or 508925. OLE color: 508925.

HSL color Cylindrical-coordinate representation of color #FDC307: hue angle of 45.85º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FDC307 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 195 7 -
CMYK 0 0.23 0.97 0.01
HSL 45.85º 0.98% 0.51% -
HSV(B) 45.85º 0.97% 0.99% -
XYZ 60.06 59.93 8.6 -
YUV 190.91 24.22 172.29 -
System Red Green Blue C M Y K H S L
Decimal 253 195 7 0 0.23 0.97 0.01 45.85 0.98 0.51
Hex FD C3 7 0 17 61 1 2E 62 33
Octal 375 303 7 0 27 141 1 56 142 63
Binary 11111101 11000011 111 0 10111 1100001 1 101110 1100010 110011

Color Harmonies of #FDC307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC307

Black with #FDC307

Text Example


Text Example

White with #FDC307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC307; }

 p { color: rgb(253,195,7); }

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

background-color css

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

 a { background-color: rgb(253,195,7); }

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

border-color css

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

 span { border-color: rgb(253,195,7); }

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