Html Css Color HEX #FBA861 Rajah

📋 copy color: '#FBA861'

red 251 ◦ green 168 ◦ blue 97

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

Shades of Rajah #FBA861

Tints of Rajah #FBA861

RGB

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

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

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

R = 48.64%
G = 32.56%
B = 18.8%

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

#FBA861 (or 0xFBA861) is known color: Rajah. HEX triplet: FB, A8 and 61. RGB value is (251,168,97). Sum of RGB (Red+Green+Blue) = 251+168+97=516 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.64% from 516); Green value is 168 (66.02% from 255 or 32.56% from 516); Blue value is 97 (38.28% from 255 or 18.80% from 516); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA861 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA861 is #04579E. Grayscale: #B9B9B9. Windows color (decimal): -284575 or 6400251. OLE color: 6400251.

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

Color convert

RGB 251 168 97 -
CMYK 0 0.33 0.61 0.02
HSL 27.66º 0.95% 0.68% -
HSV(B) 27.66º 0.61% 0.98% -
XYZ 55.94 49.38 17.89 -
YUV 184.72 78.5 175.27 -
System Red Green Blue C M Y K H S L
Decimal 251 168 97 0 0.33 0.61 0.02 27.66 0.95 0.68
Hex FB A8 61 0 21 3D 2 1C 5F 44
Octal 373 250 141 0 41 75 2 34 137 104
Binary 11111011 10101000 1100001 0 100001 111101 10 11100 1011111 1000100

Color Harmonies of #FBA861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA861

Black with #FBA861

Text Example


Text Example

White with #FBA861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA861; }

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

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

background-color css

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

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

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

border-color css

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

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

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