Html Css Color HEX #FCCB69 Grandis

📋 copy color: '#FCCB69'

red 252 ◦ green 203 ◦ blue 105

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

Shades of Grandis #FCCB69

Tints of Grandis #FCCB69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 18.75%

R = 45%
G = 36.25%
B = 18.75%

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

#FCCB69 (or 0xFCCB69) is known color: Grandis. HEX triplet: FC, CB and 69. RGB value is (252,203,105). Sum of RGB (Red+Green+Blue) = 252+203+105=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 203 (79.69% from 255 or 36.25% from 560); Blue value is 105 (41.41% from 255 or 18.75% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCB69 is #033496. Grayscale: #CECECE. Windows color (decimal): -210071 or 6933500. OLE color: 6933500.

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

Color convert

RGB 252 203 105 -
CMYK 0 0.19 0.58 0.01
HSL 40º 0.96% 0.7% -
HSV(B) 40º 0.58% 0.99% -
XYZ 64.05 64.43 22.42 -
YUV 206.48 70.73 160.47 -
System Red Green Blue C M Y K H S L
Decimal 252 203 105 0 0.19 0.58 0.01 40 0.96 0.7
Hex FC CB 69 0 13 3A 1 28 60 46
Octal 374 313 151 0 23 72 1 50 140 106
Binary 11111100 11001011 1101001 0 10011 111010 1 101000 1100000 1000110

Color Harmonies of #FCCB69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCB69

Black with #FCCB69

Text Example


Text Example

White with #FCCB69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCB69; }

 p { color: rgb(252,203,105); }

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

background-color css

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

 a { background-color: rgb(252,203,105); }

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

border-color css

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

 span { border-color: rgb(252,203,105); }

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