Html Css Color HEX #FCB463 Rajah

📋 copy color: '#FCB463'

red 252 ◦ green 180 ◦ blue 99

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

Shades of Rajah #FCB463

Tints of Rajah #FCB463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.64%

R = 47.46%
G = 33.9%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FCB463 (or 0xFCB463) is known color: Rajah. HEX triplet: FC, B4 and 63. RGB value is (252,180,99). Sum of RGB (Red+Green+Blue) = 252+180+99=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 99 (39.06% from 255 or 18.64% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB463 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB463 is #034B9C. Grayscale: #C0C0C0. Windows color (decimal): -215965 or 6534396. OLE color: 6534396.

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

Color convert

RGB 252 180 99 -
CMYK 0 0.29 0.61 0.01
HSL 31.76º 0.96% 0.69% -
HSV(B) 31.76º 0.61% 0.99% -
XYZ 58.72 54.24 19.18 -
YUV 192.29 75.35 170.59 -
System Red Green Blue C M Y K H S L
Decimal 252 180 99 0 0.29 0.61 0.01 31.76 0.96 0.69
Hex FC B4 63 0 1D 3D 1 20 60 45
Octal 374 264 143 0 35 75 1 40 140 105
Binary 11111100 10110100 1100011 0 11101 111101 1 100000 1100000 1000101

Color Harmonies of #FCB463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB463

Black with #FCB463

Text Example


Text Example

White with #FCB463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB463; }

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

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

background-color css

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

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

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

border-color css

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

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

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