Html Css Color HEX #FBAB68 Rajah

📋 copy color: '#FBAB68'

red 251 ◦ green 171 ◦ blue 104

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

Shades of Rajah #FBAB68

Tints of Rajah #FBAB68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.77%

R = 47.72%
G = 32.51%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FBAB68 (or 0xFBAB68) is known color: Rajah. HEX triplet: FB, AB and 68. RGB value is (251,171,104). Sum of RGB (Red+Green+Blue) = 251+171+104=526 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.72% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 104 (41.02% from 255 or 19.77% from 526); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBAB68 is #045497. Grayscale: #BBBBBB. Windows color (decimal): -283800 or 6859771. OLE color: 6859771.

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

Color convert

RGB 251 171 104 -
CMYK 0 0.32 0.59 0.02
HSL 27.35º 0.95% 0.7% -
HSV(B) 27.35º 0.59% 0.98% -
XYZ 56.85 50.63 19.87 -
YUV 187.28 81 173.45 -
System Red Green Blue C M Y K H S L
Decimal 251 171 104 0 0.32 0.59 0.02 27.35 0.95 0.7
Hex FB AB 68 0 20 3B 2 1B 5F 46
Octal 373 253 150 0 40 73 2 33 137 106
Binary 11111011 10101011 1101000 0 100000 111011 10 11011 1011111 1000110

Color Harmonies of #FBAB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAB68

Black with #FBAB68

Text Example


Text Example

White with #FBAB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAB68; }

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

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

background-color css

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

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

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

border-color css

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

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

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