Html Css Color HEX #FCAB68 Rajah

📋 copy color: '#FCAB68'

red 252 ◦ green 171 ◦ blue 104

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

Shades of Rajah #FCAB68

Tints of Rajah #FCAB68

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.45%

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

R = 47.82%
G = 32.45%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FCAB68 (or 0xFCAB68) is known color: Rajah. HEX triplet: FC, AB and 68. RGB value is (252,171,104). Sum of RGB (Red+Green+Blue) = 252+171+104=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 104 (41.02% from 255 or 19.73% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAB68 is #035497. Grayscale: #BBBBBB. Windows color (decimal): -218264 or 6859772. OLE color: 6859772.

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

Color convert

RGB 252 171 104 -
CMYK 0 0.32 0.59 0.01
HSL 27.16º 0.96% 0.7% -
HSV(B) 27.16º 0.59% 0.99% -
XYZ 57.21 50.82 19.89 -
YUV 187.58 80.84 173.95 -
System Red Green Blue C M Y K H S L
Decimal 252 171 104 0 0.32 0.59 0.01 27.16 0.96 0.7
Hex FC AB 68 0 20 3B 1 1B 60 46
Octal 374 253 150 0 40 73 1 33 140 106
Binary 11111100 10101011 1101000 0 100000 111011 1 11011 1100000 1000110

Color Harmonies of #FCAB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAB68

Black with #FCAB68

Text Example


Text Example

White with #FCAB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAB68; }

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

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

background-color css

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

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

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

border-color css

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

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

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