Html Css Color HEX #FDC867 Grandis

📋 copy color: '#FDC867'

red 253 ◦ green 200 ◦ blue 103

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

Shades of Grandis #FDC867

Tints of Grandis #FDC867

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 18.53%

R = 45.5%
G = 35.97%
B = 18.53%

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

#FDC867 (or 0xFDC867) is known color: Grandis. HEX triplet: FD, C8 and 67. RGB value is (253,200,103). Sum of RGB (Red+Green+Blue) = 253+200+103=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 200 (78.52% from 255 or 35.97% from 556); Blue value is 103 (40.62% from 255 or 18.53% from 556); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC867 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC867 is #023798. Grayscale: #CDCDCD. Windows color (decimal): -145305 or 6801661. OLE color: 6801661.

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

Color convert

RGB 253 200 103 -
CMYK 0 0.21 0.59 0.01
HSL 38.8º 0.97% 0.7% -
HSV(B) 38.8º 0.59% 0.99% -
XYZ 63.61 63.17 21.67 -
YUV 204.79 70.56 162.39 -
System Red Green Blue C M Y K H S L
Decimal 253 200 103 0 0.21 0.59 0.01 38.8 0.97 0.7
Hex FD C8 67 0 15 3B 1 27 61 46
Octal 375 310 147 0 25 73 1 47 141 106
Binary 11111101 11001000 1100111 0 10101 111011 1 100111 1100001 1000110

Color Harmonies of #FDC867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC867

Black with #FDC867

Text Example


Text Example

White with #FDC867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC867; }

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

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

background-color css

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

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

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

border-color css

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

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

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