Html Css Color HEX #FCB460 Rajah

📋 copy color: '#FCB460'

red 252 ◦ green 180 ◦ blue 96

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

Shades of Rajah #FCB460

Tints of Rajah #FCB460

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.09%

 BLUE value IS 96 (37.89% from 255) = 18.18%

R = 47.73%
G = 34.09%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FCB460 (or 0xFCB460) is known color: Rajah. HEX triplet: FC, B4 and 60. RGB value is (252,180,96). Sum of RGB (Red+Green+Blue) = 252+180+96=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 180 (70.70% from 255 or 34.09% from 528); Blue value is 96 (37.89% from 255 or 18.18% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB460 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB460 is #034B9F. Grayscale: #C0C0C0. Windows color (decimal): -215968 or 6337788. OLE color: 6337788.

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

Color convert

RGB 252 180 96 -
CMYK 0 0.29 0.62 0.01
HSL 32.31º 0.96% 0.68% -
HSV(B) 32.31º 0.62% 0.99% -
XYZ 58.58 54.18 18.44 -
YUV 191.95 73.85 170.83 -
System Red Green Blue C M Y K H S L
Decimal 252 180 96 0 0.29 0.62 0.01 32.31 0.96 0.68
Hex FC B4 60 0 1D 3E 1 20 60 44
Octal 374 264 140 0 35 76 1 40 140 104
Binary 11111100 10110100 1100000 0 11101 111110 1 100000 1100000 1000100

Color Harmonies of #FCB460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB460

Black with #FCB460

Text Example


Text Example

White with #FCB460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB460; }

 p { color: rgb(252,180,96); }

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

background-color css

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

 a { background-color: rgb(252,180,96); }

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

border-color css

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

 span { border-color: rgb(252,180,96); }

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