Html Css Color HEX #FBA962 Rajah

📋 copy color: '#FBA962'

red 251 ◦ green 169 ◦ blue 98

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

Shades of Rajah #FBA962

Tints of Rajah #FBA962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.92%

R = 48.46%
G = 32.63%
B = 18.92%

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

#FBA962 (or 0xFBA962) is known color: Rajah. HEX triplet: FB, A9 and 62. RGB value is (251,169,98). Sum of RGB (Red+Green+Blue) = 251+169+98=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 169 (66.41% from 255 or 32.63% from 518); Blue value is 98 (38.67% from 255 or 18.92% from 518); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA962 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA962 is #04569D. Grayscale: #B9B9B9. Windows color (decimal): -284318 or 6466043. OLE color: 6466043.

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

Color convert

RGB 251 169 98 -
CMYK 0 0.33 0.61 0.02
HSL 27.84º 0.95% 0.68% -
HSV(B) 27.84º 0.61% 0.98% -
XYZ 56.18 49.77 18.2 -
YUV 185.42 78.67 174.77 -
System Red Green Blue C M Y K H S L
Decimal 251 169 98 0 0.33 0.61 0.02 27.84 0.95 0.68
Hex FB A9 62 0 21 3D 2 1C 5F 44
Octal 373 251 142 0 41 75 2 34 137 104
Binary 11111011 10101001 1100010 0 100001 111101 10 11100 1011111 1000100

Color Harmonies of #FBA962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA962

Black with #FBA962

Text Example


Text Example

White with #FBA962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA962; }

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

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

background-color css

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

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

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

border-color css

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

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

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