Html Css Color HEX #FBAB5B Rajah

📋 copy color: '#FBAB5B'

red 251 ◦ green 171 ◦ blue 91

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

Shades of Rajah #FBAB5B

Tints of Rajah #FBAB5B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.33%

 BLUE value IS 91 (35.94% from 255) = 17.74%

R = 48.93%
G = 33.33%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FBAB5B (or 0xFBAB5B) is known color: Rajah. HEX triplet: FB, AB and 5B. RGB value is (251,171,91). Sum of RGB (Red+Green+Blue) = 251+171+91=513 (67% of max value = 765). Red value is 251 (98.44% from 255 or 48.93% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 91 (35.94% from 255 or 17.74% from 513); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBAB5B is #0454A4. Grayscale: #BABABA. Windows color (decimal): -283813 or 6007803. OLE color: 6007803.

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

Color convert

RGB 251 171 91 -
CMYK 0 0.32 0.64 0.02
HSL 30º 0.95% 0.67% -
HSV(B) 30º 0.64% 0.98% -
XYZ 56.23 50.39 16.66 -
YUV 185.8 74.5 174.5 -
System Red Green Blue C M Y K H S L
Decimal 251 171 91 0 0.32 0.64 0.02 30 0.95 0.67
Hex FB AB 5B 0 20 40 2 1E 5F 43
Octal 373 253 133 0 40 100 2 36 137 103
Binary 11111011 10101011 1011011 0 100000 1000000 10 11110 1011111 1000011

Color Harmonies of #FBAB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAB5B

Black with #FBAB5B

Text Example


Text Example

White with #FBAB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAB5B; }

 p { color: rgb(251,171,91); }

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

background-color css

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

 a { background-color: rgb(251,171,91); }

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

border-color css

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

 span { border-color: rgb(251,171,91); }

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