Html Css Color HEX #FDC870 Grandis

📋 copy color: '#FDC870'

red 253 ◦ green 200 ◦ blue 112

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

Shades of Grandis #FDC870

Tints of Grandis #FDC870

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.4%

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

R = 44.78%
G = 35.4%
B = 19.82%

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

#FDC870 (or 0xFDC870) is known color: Grandis. HEX triplet: FD, C8 and 70. RGB value is (253,200,112). Sum of RGB (Red+Green+Blue) = 253+200+112=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 200 (78.52% from 255 or 35.40% from 565); Blue value is 112 (44.14% from 255 or 19.82% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC870 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC870 is #02378F. Grayscale: #CECECE. Windows color (decimal): -145296 or 7391485. OLE color: 7391485.

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

Color convert

RGB 253 200 112 -
CMYK 0 0.21 0.56 0.01
HSL 37.45º 0.97% 0.72% -
HSV(B) 37.45º 0.56% 0.99% -
XYZ 64.09 63.36 24.18 -
YUV 205.82 75.06 161.66 -
System Red Green Blue C M Y K H S L
Decimal 253 200 112 0 0.21 0.56 0.01 37.45 0.97 0.72
Hex FD C8 70 0 15 38 1 25 61 48
Octal 375 310 160 0 25 70 1 45 141 110
Binary 11111101 11001000 1110000 0 10101 111000 1 100101 1100001 1001000

Color Harmonies of #FDC870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC870

Black with #FDC870

Text Example


Text Example

White with #FDC870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC870; }

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

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

background-color css

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

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

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

border-color css

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

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

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