Html Css Color HEX #FBA863 Rajah

📋 copy color: '#FBA863'

red 251 ◦ green 168 ◦ blue 99

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

Shades of Rajah #FBA863

Tints of Rajah #FBA863

RGB

 RED value IS 251 (98.44% from 255) = 48.46%

 GREEN value IS 168 (66.02% from 255) = 32.43%

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

R = 48.46%
G = 32.43%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FBA863 (or 0xFBA863) is known color: Rajah. HEX triplet: FB, A8 and 63. RGB value is (251,168,99). Sum of RGB (Red+Green+Blue) = 251+168+99=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 168 (66.02% from 255 or 32.43% from 518); Blue value is 99 (39.06% from 255 or 19.11% from 518); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA863 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA863 is #04579C. Grayscale: #B9B9B9. Windows color (decimal): -284573 or 6531323. OLE color: 6531323.

HSL color Cylindrical-coordinate representation of color #FBA863: hue angle of 27.24º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FBA863 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 168 99 -
CMYK 0 0.33 0.61 0.02
HSL 27.24º 0.95% 0.69% -
HSV(B) 27.24º 0.61% 0.98% -
XYZ 56.04 49.42 18.39 -
YUV 184.95 79.5 175.11 -
System Red Green Blue C M Y K H S L
Decimal 251 168 99 0 0.33 0.61 0.02 27.24 0.95 0.69
Hex FB A8 63 0 21 3D 2 1B 5F 45
Octal 373 250 143 0 41 75 2 33 137 105
Binary 11111011 10101000 1100011 0 100001 111101 10 11011 1011111 1000101

Color Harmonies of #FBA863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA863

Black with #FBA863

Text Example


Text Example

White with #FBA863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA863; }

 p { color: rgb(251,168,99); }

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

background-color css

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

 a { background-color: rgb(251,168,99); }

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

border-color css

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

 span { border-color: rgb(251,168,99); }

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