Html Css Color HEX #FCCB67 Grandis

📋 copy color: '#FCCB67'

red 252 ◦ green 203 ◦ blue 103

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

Shades of Grandis #FCCB67

Tints of Grandis #FCCB67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 18.46%

R = 45.16%
G = 36.38%
B = 18.46%

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

#FCCB67 (or 0xFCCB67) is known color: Grandis. HEX triplet: FC, CB and 67. RGB value is (252,203,103). Sum of RGB (Red+Green+Blue) = 252+203+103=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 203 (79.69% from 255 or 36.38% from 558); Blue value is 103 (40.62% from 255 or 18.46% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCB67 is #033498. Grayscale: #CECECE. Windows color (decimal): -210073 or 6802428. OLE color: 6802428.

HSL color Cylindrical-coordinate representation of color #FCCB67: hue angle of 40.27º 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 #FCCB67 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 203 103 -
CMYK 0 0.19 0.59 0.01
HSL 40.27º 0.96% 0.7% -
HSV(B) 40.27º 0.59% 0.99% -
XYZ 63.95 64.39 21.89 -
YUV 206.25 69.73 160.63 -
System Red Green Blue C M Y K H S L
Decimal 252 203 103 0 0.19 0.59 0.01 40.27 0.96 0.7
Hex FC CB 67 0 13 3B 1 28 60 46
Octal 374 313 147 0 23 73 1 50 140 106
Binary 11111100 11001011 1100111 0 10011 111011 1 101000 1100000 1000110

Color Harmonies of #FCCB67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCB67

Black with #FCCB67

Text Example


Text Example

White with #FCCB67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCB67; }

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

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

background-color css

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

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

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

border-color css

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

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

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