Html Css Color HEX #FCAB61 Rajah

📋 copy color: '#FCAB61'

red 252 ◦ green 171 ◦ blue 97

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

Shades of Rajah #FCAB61

Tints of Rajah #FCAB61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.65%

R = 48.46%
G = 32.88%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FCAB61 (or 0xFCAB61) is known color: Rajah. HEX triplet: FC, AB and 61. RGB value is (252,171,97). Sum of RGB (Red+Green+Blue) = 252+171+97=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 97 (38.28% from 255 or 18.65% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB61 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAB61 is #03549E. Grayscale: #BBBBBB. Windows color (decimal): -218271 or 6401020. OLE color: 6401020.

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

Color convert

RGB 252 171 97 -
CMYK 0 0.32 0.62 0.01
HSL 28.65º 0.96% 0.68% -
HSV(B) 28.65º 0.62% 0.99% -
XYZ 56.87 50.68 18.1 -
YUV 186.78 77.34 174.52 -
System Red Green Blue C M Y K H S L
Decimal 252 171 97 0 0.32 0.62 0.01 28.65 0.96 0.68
Hex FC AB 61 0 20 3E 1 1D 60 44
Octal 374 253 141 0 40 76 1 35 140 104
Binary 11111100 10101011 1100001 0 100000 111110 1 11101 1100000 1000100

Color Harmonies of #FCAB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAB61

Black with #FCAB61

Text Example


Text Example

White with #FCAB61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAB61; }

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

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

background-color css

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

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

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

border-color css

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

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

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