Html Css Color HEX #FDC968 Grandis

📋 copy color: '#FDC968'

red 253 ◦ green 201 ◦ blue 104

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

Shades of Grandis #FDC968

Tints of Grandis #FDC968

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.02%

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

R = 45.34%
G = 36.02%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FDC968 (or 0xFDC968) is known color: Grandis. HEX triplet: FD, C9 and 68. RGB value is (253,201,104). Sum of RGB (Red+Green+Blue) = 253+201+104=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 201 (78.91% from 255 or 36.02% from 558); Blue value is 104 (41.02% from 255 or 18.64% from 558); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC968 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC968 is #023697. Grayscale: #CDCDCD. Windows color (decimal): -145048 or 6867453. OLE color: 6867453.

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

Color convert

RGB 253 201 104 -
CMYK 0 0.21 0.59 0.01
HSL 39.06º 0.97% 0.7% -
HSV(B) 39.06º 0.59% 0.99% -
XYZ 63.89 63.66 22.02 -
YUV 205.49 70.73 161.89 -
System Red Green Blue C M Y K H S L
Decimal 253 201 104 0 0.21 0.59 0.01 39.06 0.97 0.7
Hex FD C9 68 0 15 3B 1 27 61 46
Octal 375 311 150 0 25 73 1 47 141 106
Binary 11111101 11001001 1101000 0 10101 111011 1 100111 1100001 1000110

Color Harmonies of #FDC968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC968

Black with #FDC968

Text Example


Text Example

White with #FDC968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC968; }

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

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

background-color css

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

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

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

border-color css

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

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

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