Html Css Color HEX #FCB168 Rajah

📋 copy color: '#FCB168'

red 252 ◦ green 177 ◦ blue 104

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

Shades of Rajah #FCB168

Tints of Rajah #FCB168

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.21%

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

R = 47.28%
G = 33.21%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FCB168 (or 0xFCB168) is known color: Rajah. HEX triplet: FC, B1 and 68. RGB value is (252,177,104). Sum of RGB (Red+Green+Blue) = 252+177+104=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 177 (69.53% from 255 or 33.21% from 533); Blue value is 104 (41.02% from 255 or 19.51% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB168 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB168 is #034E97. Grayscale: #BFBFBF. Windows color (decimal): -216728 or 6861308. OLE color: 6861308.

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

Color convert

RGB 252 177 104 -
CMYK 0 0.30 0.59 0.01
HSL 29.59º 0.96% 0.7% -
HSV(B) 29.59º 0.59% 0.99% -
XYZ 58.37 53.14 20.28 -
YUV 191.1 78.85 171.44 -
System Red Green Blue C M Y K H S L
Decimal 252 177 104 0 0.30 0.59 0.01 29.59 0.96 0.7
Hex FC B1 68 0 1E 3B 1 1E 60 46
Octal 374 261 150 0 36 73 1 36 140 106
Binary 11111100 10110001 1101000 0 11110 111011 1 11110 1100000 1000110

Color Harmonies of #FCB168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB168

Black with #FCB168

Text Example


Text Example

White with #FCB168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB168; }

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

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

background-color css

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

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

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

border-color css

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

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

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