Html Css Color HEX #FCB165 Rajah

📋 copy color: '#FCB165'

red 252 ◦ green 177 ◦ blue 101

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

Shades of Rajah #FCB165

Tints of Rajah #FCB165

RGB

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

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

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

R = 47.55%
G = 33.4%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCB165 (or 0xFCB165) is known color: Rajah. HEX triplet: FC, B1 and 65. RGB value is (252,177,101). Sum of RGB (Red+Green+Blue) = 252+177+101=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 101 (39.84% from 255 or 19.06% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB165 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB165 is #034E9A. Grayscale: #BFBFBF. Windows color (decimal): -216731 or 6664700. OLE color: 6664700.

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

Color convert

RGB 252 177 101 -
CMYK 0 0.30 0.60 0.01
HSL 30.2º 0.96% 0.69% -
HSV(B) 30.2º 0.6% 0.99% -
XYZ 58.22 53.08 19.49 -
YUV 190.76 77.35 171.68 -
System Red Green Blue C M Y K H S L
Decimal 252 177 101 0 0.30 0.60 0.01 30.2 0.96 0.69
Hex FC B1 65 0 1E 3C 1 1E 60 45
Octal 374 261 145 0 36 74 1 36 140 105
Binary 11111100 10110001 1100101 0 11110 111100 1 11110 1100000 1000101

Color Harmonies of #FCB165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB165

Black with #FCB165

Text Example


Text Example

White with #FCB165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB165; }

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

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

background-color css

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

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

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

border-color css

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

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

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