Html Css Color HEX #FDCE6B Grandis

📋 copy color: '#FDCE6B'

red 253 ◦ green 206 ◦ blue 107

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

Shades of Grandis #FDCE6B

Tints of Grandis #FDCE6B

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.4%

 BLUE value IS 107 (42.19% from 255) = 18.9%

R = 44.7%
G = 36.4%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FDCE6B (or 0xFDCE6B) is known color: Grandis. HEX triplet: FD, CE and 6B. RGB value is (253,206,107). Sum of RGB (Red+Green+Blue) = 253+206+107=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 206 (80.86% from 255 or 36.40% from 566); Blue value is 107 (42.19% from 255 or 18.90% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCE6B is #023194. Grayscale: #D1D1D1. Windows color (decimal): -143765 or 7065341. OLE color: 7065341.

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

Color convert

RGB 253 206 107 -
CMYK 0 0.19 0.58 0.01
HSL 40.68º 0.97% 0.71% -
HSV(B) 40.68º 0.58% 0.99% -
XYZ 65.23 66.09 23.23 -
YUV 208.77 70.57 159.55 -
System Red Green Blue C M Y K H S L
Decimal 253 206 107 0 0.19 0.58 0.01 40.68 0.97 0.71
Hex FD CE 6B 0 13 3A 1 29 61 47
Octal 375 316 153 0 23 72 1 51 141 107
Binary 11111101 11001110 1101011 0 10011 111010 1 101001 1100001 1000111

Color Harmonies of #FDCE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCE6B

Black with #FDCE6B

Text Example


Text Example

White with #FDCE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCE6B; }

 p { color: rgb(253,206,107); }

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

background-color css

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

 a { background-color: rgb(253,206,107); }

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

border-color css

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

 span { border-color: rgb(253,206,107); }

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