Html Css Color HEX #FDC70D Golden Poppy

📋 copy color: '#FDC70D'

red 253 ◦ green 199 ◦ blue 13

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

Shades of Golden Poppy #FDC70D

Tints of Golden Poppy #FDC70D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.8%

R = 54.41%
G = 42.8%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FDC70D (or 0xFDC70D) is known color: Golden Poppy. HEX triplet: FD, C7 and 0D. RGB value is (253,199,13). Sum of RGB (Red+Green+Blue) = 253+199+13=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 199 (78.12% from 255 or 42.80% from 465); Blue value is 13 (5.47% from 255 or 2.80% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC70D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC70D is #0238F2. Grayscale: #C2C2C2. Windows color (decimal): -145651 or 903165. OLE color: 903165.

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

Color convert

RGB 253 199 13 -
CMYK 0 0.21 0.95 0.01
HSL 46.5º 0.98% 0.52% -
HSV(B) 46.5º 0.95% 0.99% -
XYZ 61 61.76 9.09 -
YUV 193.94 25.89 170.12 -
System Red Green Blue C M Y K H S L
Decimal 253 199 13 0 0.21 0.95 0.01 46.5 0.98 0.52
Hex FD C7 D 0 15 5F 1 2E 62 34
Octal 375 307 15 0 25 137 1 56 142 64
Binary 11111101 11000111 1101 0 10101 1011111 1 101110 1100010 110100

Color Harmonies of #FDC70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC70D

Black with #FDC70D

Text Example


Text Example

White with #FDC70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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