Html Css Color HEX #FCCB65 Grandis

📋 copy color: '#FCCB65'

red 252 ◦ green 203 ◦ blue 101

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

Shades of Grandis #FCCB65

Tints of Grandis #FCCB65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.17%

R = 45.32%
G = 36.51%
B = 18.17%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCCB65 (or 0xFCCB65) is known color: Grandis. HEX triplet: FC, CB and 65. RGB value is (252,203,101). Sum of RGB (Red+Green+Blue) = 252+203+101=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 203 (79.69% from 255 or 36.51% from 556); Blue value is 101 (39.84% from 255 or 18.17% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCB65 is #03349A. Grayscale: #CECECE. Windows color (decimal): -210075 or 6671356. OLE color: 6671356.

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

Color convert

RGB 252 203 101 -
CMYK 0 0.19 0.60 0.01
HSL 40.53º 0.96% 0.69% -
HSV(B) 40.53º 0.6% 0.99% -
XYZ 63.85 64.35 21.37 -
YUV 206.02 68.73 160.79 -
System Red Green Blue C M Y K H S L
Decimal 252 203 101 0 0.19 0.60 0.01 40.53 0.96 0.69
Hex FC CB 65 0 13 3C 1 29 60 45
Octal 374 313 145 0 23 74 1 51 140 105
Binary 11111100 11001011 1100101 0 10011 111100 1 101001 1100000 1000101

Color Harmonies of #FCCB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCB65

Black with #FCCB65

Text Example


Text Example

White with #FCCB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCB65; }

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

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

background-color css

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

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

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

border-color css

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

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

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