Html Css Color HEX #FCB461 Rajah

📋 copy color: '#FCB461'

red 252 ◦ green 180 ◦ blue 97

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

Shades of Rajah #FCB461

Tints of Rajah #FCB461

RGB

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

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

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

R = 47.64%
G = 34.03%
B = 18.34%

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

#FCB461 (or 0xFCB461) is known color: Rajah. HEX triplet: FC, B4 and 61. RGB value is (252,180,97). Sum of RGB (Red+Green+Blue) = 252+180+97=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 180 (70.70% from 255 or 34.03% from 529); Blue value is 97 (38.28% from 255 or 18.34% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB461 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB461 is #034B9E. Grayscale: #C0C0C0. Windows color (decimal): -215967 or 6403324. OLE color: 6403324.

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

Color convert

RGB 252 180 97 -
CMYK 0 0.29 0.62 0.01
HSL 32.13º 0.96% 0.68% -
HSV(B) 32.13º 0.62% 0.99% -
XYZ 58.62 54.2 18.68 -
YUV 192.07 74.35 170.75 -
System Red Green Blue C M Y K H S L
Decimal 252 180 97 0 0.29 0.62 0.01 32.13 0.96 0.68
Hex FC B4 61 0 1D 3E 1 20 60 44
Octal 374 264 141 0 35 76 1 40 140 104
Binary 11111100 10110100 1100001 0 11101 111110 1 100000 1100000 1000100

Color Harmonies of #FCB461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB461

Black with #FCB461

Text Example


Text Example

White with #FCB461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB461; }

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

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

background-color css

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

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

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

border-color css

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

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

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