Html Css Color HEX #FDCE7A Grandis

📋 copy color: '#FDCE7A'

red 253 ◦ green 206 ◦ blue 122

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

Shades of Grandis #FDCE7A

Tints of Grandis #FDCE7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21%

R = 43.55%
G = 35.46%
B = 21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FDCE7A (or 0xFDCE7A) is known color: Grandis. HEX triplet: FD, CE and 7A. RGB value is (253,206,122). Sum of RGB (Red+Green+Blue) = 253+206+122=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 122 (48.05% from 255 or 21.00% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCE7A is #023185. Grayscale: #D2D2D2. Windows color (decimal): -143750 or 8048381. OLE color: 8048381.

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

Color convert

RGB 253 206 122 -
CMYK 0 0.19 0.52 0.01
HSL 38.47º 0.97% 0.74% -
HSV(B) 38.47º 0.52% 0.99% -
XYZ 66.09 66.43 27.75 -
YUV 210.48 78.07 158.33 -
System Red Green Blue C M Y K H S L
Decimal 253 206 122 0 0.19 0.52 0.01 38.47 0.97 0.74
Hex FD CE 7A 0 13 34 1 26 61 4A
Octal 375 316 172 0 23 64 1 46 141 112
Binary 11111101 11001110 1111010 0 10011 110100 1 100110 1100001 1001010

Color Harmonies of #FDCE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCE7A

Black with #FDCE7A

Text Example


Text Example

White with #FDCE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCE7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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