Html Css Color HEX #FBA862 Rajah

📋 copy color: '#FBA862'

red 251 ◦ green 168 ◦ blue 98

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

Shades of Rajah #FBA862

Tints of Rajah #FBA862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.96%

R = 48.55%
G = 32.5%
B = 18.96%

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

#FBA862 (or 0xFBA862) is known color: Rajah. HEX triplet: FB, A8 and 62. RGB value is (251,168,98). Sum of RGB (Red+Green+Blue) = 251+168+98=517 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.55% from 517); Green value is 168 (66.02% from 255 or 32.50% from 517); Blue value is 98 (38.67% from 255 or 18.96% from 517); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA862 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA862 is #04579D. Grayscale: #B9B9B9. Windows color (decimal): -284574 or 6465787. OLE color: 6465787.

HSL color Cylindrical-coordinate representation of color #FBA862: hue angle of 27.45º 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 #FBA862 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 168 98 -
CMYK 0 0.33 0.61 0.02
HSL 27.45º 0.95% 0.68% -
HSV(B) 27.45º 0.61% 0.98% -
XYZ 55.99 49.4 18.14 -
YUV 184.84 79 175.19 -
System Red Green Blue C M Y K H S L
Decimal 251 168 98 0 0.33 0.61 0.02 27.45 0.95 0.68
Hex FB A8 62 0 21 3D 2 1B 5F 44
Octal 373 250 142 0 41 75 2 33 137 104
Binary 11111011 10101000 1100010 0 100001 111101 10 11011 1011111 1000100

Color Harmonies of #FBA862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA862

Black with #FBA862

Text Example


Text Example

White with #FBA862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA862; }

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

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

background-color css

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

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

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

border-color css

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

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

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