Html Css Color HEX #FBAB64 Rajah

📋 copy color: '#FBAB64'

red 251 ◦ green 171 ◦ blue 100

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

Shades of Rajah #FBAB64

Tints of Rajah #FBAB64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.16%

R = 48.08%
G = 32.76%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FBAB64 (or 0xFBAB64) is known color: Rajah. HEX triplet: FB, AB and 64. RGB value is (251,171,100). Sum of RGB (Red+Green+Blue) = 251+171+100=522 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.08% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 100 (39.45% from 255 or 19.16% from 522); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBAB64 is #04549B. Grayscale: #BBBBBB. Windows color (decimal): -283804 or 6597627. OLE color: 6597627.

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

Color convert

RGB 251 171 100 -
CMYK 0 0.32 0.60 0.02
HSL 28.21º 0.95% 0.69% -
HSV(B) 28.21º 0.6% 0.98% -
XYZ 56.65 50.56 18.83 -
YUV 186.83 79 173.77 -
System Red Green Blue C M Y K H S L
Decimal 251 171 100 0 0.32 0.60 0.02 28.21 0.95 0.69
Hex FB AB 64 0 20 3C 2 1C 5F 45
Octal 373 253 144 0 40 74 2 34 137 105
Binary 11111011 10101011 1100100 0 100000 111100 10 11100 1011111 1000101

Color Harmonies of #FBAB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAB64

Black with #FBAB64

Text Example


Text Example

White with #FBAB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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