Html Css Color HEX #FDCF6E Grandis

📋 copy color: '#FDCF6E'

red 253 ◦ green 207 ◦ blue 110

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

Shades of Grandis #FDCF6E

Tints of Grandis #FDCF6E

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.32%

 BLUE value IS 110 (43.36% from 255) = 19.3%

R = 44.39%
G = 36.32%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FDCF6E (or 0xFDCF6E) is known color: Grandis. HEX triplet: FD, CF and 6E. RGB value is (253,207,110). Sum of RGB (Red+Green+Blue) = 253+207+110=570 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.39% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 110 (43.36% from 255 or 19.30% from 570); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCF6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCF6E is #023091. Grayscale: #D2D2D2. Windows color (decimal): -143506 or 7262205. OLE color: 7262205.

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

Color convert

RGB 253 207 110 -
CMYK 0 0.18 0.57 0.01
HSL 40.7º 0.97% 0.71% -
HSV(B) 40.7º 0.57% 0.99% -
XYZ 65.64 66.63 24.15 -
YUV 209.7 71.74 158.89 -
System Red Green Blue C M Y K H S L
Decimal 253 207 110 0 0.18 0.57 0.01 40.7 0.97 0.71
Hex FD CF 6E 0 12 39 1 29 61 47
Octal 375 317 156 0 22 71 1 51 141 107
Binary 11111101 11001111 1101110 0 10010 111001 1 101001 1100001 1000111

Color Harmonies of #FDCF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCF6E

Black with #FDCF6E

Text Example


Text Example

White with #FDCF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCF6E; }

 p { color: rgb(253,207,110); }

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

background-color css

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

 a { background-color: rgb(253,207,110); }

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

border-color css

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

 span { border-color: rgb(253,207,110); }

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