Html Css Color HEX #FCB561 Rajah

📋 copy color: '#FCB561'

red 252 ◦ green 181 ◦ blue 97

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

Shades of Rajah #FCB561

Tints of Rajah #FCB561

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.15%

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

R = 47.55%
G = 34.15%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FCB561 (or 0xFCB561) is known color: Rajah. HEX triplet: FC, B5 and 61. RGB value is (252,181,97). Sum of RGB (Red+Green+Blue) = 252+181+97=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 181 (71.09% from 255 or 34.15% from 530); Blue value is 97 (38.28% from 255 or 18.30% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB561 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB561 is #034A9E. Grayscale: #C1C1C1. Windows color (decimal): -215711 or 6403580. OLE color: 6403580.

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

Color convert

RGB 252 181 97 -
CMYK 0 0.28 0.62 0.01
HSL 32.52º 0.96% 0.68% -
HSV(B) 32.52º 0.62% 0.99% -
XYZ 58.83 54.61 18.75 -
YUV 192.65 74.02 170.33 -
System Red Green Blue C M Y K H S L
Decimal 252 181 97 0 0.28 0.62 0.01 32.52 0.96 0.68
Hex FC B5 61 0 1C 3E 1 21 60 44
Octal 374 265 141 0 34 76 1 41 140 104
Binary 11111100 10110101 1100001 0 11100 111110 1 100001 1100000 1000100

Color Harmonies of #FCB561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB561

Black with #FCB561

Text Example


Text Example

White with #FCB561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB561; }

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

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

background-color css

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

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

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

border-color css

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

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

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