Html Css Color HEX #FBA95A Rajah

📋 copy color: '#FBA95A'

red 251 ◦ green 169 ◦ blue 90

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

Shades of Rajah #FBA95A

Tints of Rajah #FBA95A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.14%

 BLUE value IS 90 (35.55% from 255) = 17.65%

R = 49.22%
G = 33.14%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FBA95A (or 0xFBA95A) is known color: Rajah. HEX triplet: FB, A9 and 5A. RGB value is (251,169,90). Sum of RGB (Red+Green+Blue) = 251+169+90=510 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.22% from 510); Green value is 169 (66.41% from 255 or 33.14% from 510); Blue value is 90 (35.55% from 255 or 17.65% from 510); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA95A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA95A is #0456A5. Grayscale: #B8B8B8. Windows color (decimal): -284326 or 5941755. OLE color: 5941755.

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

Color convert

RGB 251 169 90 -
CMYK 0 0.33 0.64 0.02
HSL 29.44º 0.95% 0.67% -
HSV(B) 29.44º 0.64% 0.98% -
XYZ 55.82 49.62 16.31 -
YUV 184.51 74.67 175.42 -
System Red Green Blue C M Y K H S L
Decimal 251 169 90 0 0.33 0.64 0.02 29.44 0.95 0.67
Hex FB A9 5A 0 21 40 2 1D 5F 43
Octal 373 251 132 0 41 100 2 35 137 103
Binary 11111011 10101001 1011010 0 100001 1000000 10 11101 1011111 1000011

Color Harmonies of #FBA95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA95A

Black with #FBA95A

Text Example


Text Example

White with #FBA95A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA95A; }

 p { color: rgb(251,169,90); }

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

background-color css

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

 a { background-color: rgb(251,169,90); }

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

border-color css

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

 span { border-color: rgb(251,169,90); }

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