Html Css Color HEX #FDCB6E Grandis

📋 copy color: '#FDCB6E'

red 253 ◦ green 203 ◦ blue 110

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

Shades of Grandis #FDCB6E

Tints of Grandis #FDCB6E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.87%

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

R = 44.7%
G = 35.87%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FDCB6E (or 0xFDCB6E) is known color: Grandis. HEX triplet: FD, CB and 6E. RGB value is (253,203,110). Sum of RGB (Red+Green+Blue) = 253+203+110=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 203 (79.69% from 255 or 35.87% from 566); Blue value is 110 (43.36% from 255 or 19.43% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCB6E is #023491. Grayscale: #CFCFCF. Windows color (decimal): -144530 or 7261181. OLE color: 7261181.

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

Color convert

RGB 253 203 110 -
CMYK 0 0.20 0.57 0.01
HSL 39.02º 0.97% 0.71% -
HSV(B) 39.02º 0.57% 0.99% -
XYZ 64.68 64.72 23.84 -
YUV 207.35 73.07 160.56 -
System Red Green Blue C M Y K H S L
Decimal 253 203 110 0 0.20 0.57 0.01 39.02 0.97 0.71
Hex FD CB 6E 0 14 39 1 27 61 47
Octal 375 313 156 0 24 71 1 47 141 107
Binary 11111101 11001011 1101110 0 10100 111001 1 100111 1100001 1000111

Color Harmonies of #FDCB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCB6E

Black with #FDCB6E

Text Example


Text Example

White with #FDCB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCB6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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