Html Css Color HEX #FDC970 Grandis

📋 copy color: '#FDC970'

red 253 ◦ green 201 ◦ blue 112

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

Shades of Grandis #FDC970

Tints of Grandis #FDC970

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.51%

 BLUE value IS 112 (44.14% from 255) = 19.79%

R = 44.7%
G = 35.51%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FDC970 (or 0xFDC970) is known color: Grandis. HEX triplet: FD, C9 and 70. RGB value is (253,201,112). Sum of RGB (Red+Green+Blue) = 253+201+112=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 201 (78.91% from 255 or 35.51% from 566); Blue value is 112 (44.14% from 255 or 19.79% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC970 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC970 is #02368F. Grayscale: #CECECE. Windows color (decimal): -145040 or 7391741. OLE color: 7391741.

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

Color convert

RGB 253 201 112 -
CMYK 0 0.21 0.56 0.01
HSL 37.87º 0.97% 0.72% -
HSV(B) 37.87º 0.56% 0.99% -
XYZ 64.32 63.83 24.26 -
YUV 206.4 74.73 161.24 -
System Red Green Blue C M Y K H S L
Decimal 253 201 112 0 0.21 0.56 0.01 37.87 0.97 0.72
Hex FD C9 70 0 15 38 1 26 61 48
Octal 375 311 160 0 25 70 1 46 141 110
Binary 11111101 11001001 1110000 0 10101 111000 1 100110 1100001 1001000

Color Harmonies of #FDC970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC970

Black with #FDC970

Text Example


Text Example

White with #FDC970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC970; }

 p { color: rgb(253,201,112); }

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

background-color css

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

 a { background-color: rgb(253,201,112); }

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

border-color css

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

 span { border-color: rgb(253,201,112); }

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