Html Css Color HEX #FDC670 Grandis

📋 copy color: '#FDC670'

red 253 ◦ green 198 ◦ blue 112

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

Shades of Grandis #FDC670

Tints of Grandis #FDC670

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.17%

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

R = 44.94%
G = 35.17%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FDC670 (or 0xFDC670) is known color: Grandis. HEX triplet: FD, C6 and 70. RGB value is (253,198,112). Sum of RGB (Red+Green+Blue) = 253+198+112=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 198 (77.73% from 255 or 35.17% from 563); Blue value is 112 (44.14% from 255 or 19.89% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC670 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC670 is #02398F. Grayscale: #CDCDCD. Windows color (decimal): -145808 or 7390973. OLE color: 7390973.

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

Color convert

RGB 253 198 112 -
CMYK 0 0.22 0.56 0.01
HSL 36.6º 0.97% 0.72% -
HSV(B) 36.6º 0.56% 0.99% -
XYZ 63.63 62.44 24.03 -
YUV 204.64 75.72 162.49 -
System Red Green Blue C M Y K H S L
Decimal 253 198 112 0 0.22 0.56 0.01 36.6 0.97 0.72
Hex FD C6 70 0 16 38 1 25 61 48
Octal 375 306 160 0 26 70 1 45 141 110
Binary 11111101 11000110 1110000 0 10110 111000 1 100101 1100001 1001000

Color Harmonies of #FDC670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC670

Black with #FDC670

Text Example


Text Example

White with #FDC670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC670; }

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

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

background-color css

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

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

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

border-color css

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

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

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