Html Css Color HEX #FDC770 Grandis

📋 copy color: '#FDC770'

red 253 ◦ green 199 ◦ blue 112

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

Shades of Grandis #FDC770

Tints of Grandis #FDC770

RGB

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

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

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

R = 44.86%
G = 35.28%
B = 19.86%

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

#FDC770 (or 0xFDC770) is known color: Grandis. HEX triplet: FD, C7 and 70. RGB value is (253,199,112). Sum of RGB (Red+Green+Blue) = 253+199+112=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 199 (78.12% from 255 or 35.28% from 564); Blue value is 112 (44.14% from 255 or 19.86% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC770 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC770 is #02388F. Grayscale: #CDCDCD. Windows color (decimal): -145552 or 7391229. OLE color: 7391229.

HSL color Cylindrical-coordinate representation of color #FDC770: hue angle of 37.02º 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 #FDC770 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 199 112 -
CMYK 0 0.21 0.56 0.01
HSL 37.02º 0.97% 0.72% -
HSV(B) 37.02º 0.56% 0.99% -
XYZ 63.86 62.9 24.1 -
YUV 205.23 75.39 162.07 -
System Red Green Blue C M Y K H S L
Decimal 253 199 112 0 0.21 0.56 0.01 37.02 0.97 0.72
Hex FD C7 70 0 15 38 1 25 61 48
Octal 375 307 160 0 25 70 1 45 141 110
Binary 11111101 11000111 1110000 0 10101 111000 1 100101 1100001 1001000

Color Harmonies of #FDC770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC770

Black with #FDC770

Text Example


Text Example

White with #FDC770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC770; }

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

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

background-color css

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

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

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

border-color css

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

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

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