Html Css Color HEX #FBA963 Rajah

📋 copy color: '#FBA963'

red 251 ◦ green 169 ◦ blue 99

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

Shades of Rajah #FBA963

Tints of Rajah #FBA963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.08%

R = 48.36%
G = 32.56%
B = 19.08%

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

#FBA963 (or 0xFBA963) is known color: Rajah. HEX triplet: FB, A9 and 63. RGB value is (251,169,99). Sum of RGB (Red+Green+Blue) = 251+169+99=519 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.36% from 519); Green value is 169 (66.41% from 255 or 32.56% from 519); Blue value is 99 (39.06% from 255 or 19.08% from 519); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA963 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA963 is #04569C. Grayscale: #B9B9B9. Windows color (decimal): -284317 or 6531579. OLE color: 6531579.

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

Color convert

RGB 251 169 99 -
CMYK 0 0.33 0.61 0.02
HSL 27.63º 0.95% 0.69% -
HSV(B) 27.63º 0.61% 0.98% -
XYZ 56.22 49.79 18.45 -
YUV 185.54 79.17 174.69 -
System Red Green Blue C M Y K H S L
Decimal 251 169 99 0 0.33 0.61 0.02 27.63 0.95 0.69
Hex FB A9 63 0 21 3D 2 1C 5F 45
Octal 373 251 143 0 41 75 2 34 137 105
Binary 11111011 10101001 1100011 0 100001 111101 10 11100 1011111 1000101

Color Harmonies of #FBA963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA963

Black with #FBA963

Text Example


Text Example

White with #FBA963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA963; }

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

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

background-color css

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

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

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

border-color css

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

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

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