Html Css Color HEX #FCCB68 Grandis

📋 copy color: '#FCCB68'

red 252 ◦ green 203 ◦ blue 104

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

Shades of Grandis #FCCB68

Tints of Grandis #FCCB68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.6%

R = 45.08%
G = 36.31%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FCCB68 (or 0xFCCB68) is known color: Grandis. HEX triplet: FC, CB and 68. RGB value is (252,203,104). Sum of RGB (Red+Green+Blue) = 252+203+104=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 203 (79.69% from 255 or 36.31% from 559); Blue value is 104 (41.02% from 255 or 18.60% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCB68 is #033497. Grayscale: #CECECE. Windows color (decimal): -210072 or 6867964. OLE color: 6867964.

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

Color convert

RGB 252 203 104 -
CMYK 0 0.19 0.59 0.01
HSL 40.14º 0.96% 0.7% -
HSV(B) 40.14º 0.59% 0.99% -
XYZ 64 64.41 22.16 -
YUV 206.37 70.23 160.55 -
System Red Green Blue C M Y K H S L
Decimal 252 203 104 0 0.19 0.59 0.01 40.14 0.96 0.7
Hex FC CB 68 0 13 3B 1 28 60 46
Octal 374 313 150 0 23 73 1 50 140 106
Binary 11111100 11001011 1101000 0 10011 111011 1 101000 1100000 1000110

Color Harmonies of #FCCB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCB68

Black with #FCCB68

Text Example


Text Example

White with #FCCB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCB68; }

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

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

background-color css

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

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

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

border-color css

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

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

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