Html Css Color HEX #FCCE7A Grandis

📋 copy color: '#FCCE7A'

red 252 ◦ green 206 ◦ blue 122

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

Shades of Grandis #FCCE7A

Tints of Grandis #FCCE7A

RGB

 RED value IS 252 (98.83% from 255) = 43.45%

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

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

R = 43.45%
G = 35.52%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FCCE7A (or 0xFCCE7A) is known color: Grandis. HEX triplet: FC, CE and 7A. RGB value is (252,206,122). Sum of RGB (Red+Green+Blue) = 252+206+122=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 122 (48.05% from 255 or 21.03% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCE7A is #033185. Grayscale: #D2D2D2. Windows color (decimal): -209286 or 8048380. OLE color: 8048380.

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

Color convert

RGB 252 206 122 -
CMYK 0 0.18 0.52 0.01
HSL 38.77º 0.96% 0.73% -
HSV(B) 38.77º 0.52% 0.99% -
XYZ 65.73 66.24 27.73 -
YUV 210.18 78.24 157.83 -
System Red Green Blue C M Y K H S L
Decimal 252 206 122 0 0.18 0.52 0.01 38.77 0.96 0.73
Hex FC CE 7A 0 12 34 1 27 60 49
Octal 374 316 172 0 22 64 1 47 140 111
Binary 11111100 11001110 1111010 0 10010 110100 1 100111 1100000 1001001

Color Harmonies of #FCCE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCE7A

Black with #FCCE7A

Text Example


Text Example

White with #FCCE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCE7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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