Html Css Color HEX #FDCF68 Grandis

📋 copy color: '#FDCF68'

red 253 ◦ green 207 ◦ blue 104

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

Shades of Grandis #FDCF68

Tints of Grandis #FDCF68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.44%

R = 44.86%
G = 36.7%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FDCF68 (or 0xFDCF68) is known color: Grandis. HEX triplet: FD, CF and 68. RGB value is (253,207,104). Sum of RGB (Red+Green+Blue) = 253+207+104=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 104 (41.02% from 255 or 18.44% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCF68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCF68 is #023097. Grayscale: #D1D1D1. Windows color (decimal): -143512 or 6868989. OLE color: 6868989.

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

Color convert

RGB 253 207 104 -
CMYK 0 0.18 0.59 0.01
HSL 41.48º 0.97% 0.7% -
HSV(B) 41.48º 0.59% 0.99% -
XYZ 65.32 66.51 22.49 -
YUV 209.01 68.74 159.38 -
System Red Green Blue C M Y K H S L
Decimal 253 207 104 0 0.18 0.59 0.01 41.48 0.97 0.7
Hex FD CF 68 0 12 3B 1 29 61 46
Octal 375 317 150 0 22 73 1 51 141 106
Binary 11111101 11001111 1101000 0 10010 111011 1 101001 1100001 1000110

Color Harmonies of #FDCF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCF68

Black with #FDCF68

Text Example


Text Example

White with #FDCF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCF68; }

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

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

background-color css

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

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

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

border-color css

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

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

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