Html Css Color HEX #FAA962 Rajah

📋 copy color: '#FAA962'

red 250 ◦ green 169 ◦ blue 98

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

Shades of Rajah #FAA962

Tints of Rajah #FAA962

RGB

 RED value IS 250 (98.05% from 255) = 48.36%

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

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

R = 48.36%
G = 32.69%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FAA962 (or 0xFAA962) is known color: Rajah. HEX triplet: FA, A9 and 62. RGB value is (250,169,98). Sum of RGB (Red+Green+Blue) = 250+169+98=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 169 (66.41% from 255 or 32.69% from 517); Blue value is 98 (38.67% from 255 or 18.96% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA962 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA962 is #05569D. Grayscale: #B9B9B9. Windows color (decimal): -349854 or 6466042. OLE color: 6466042.

HSL color Cylindrical-coordinate representation of color #FAA962: hue angle of 28.03º degrees, saturation: 0.94, 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 #FAA962 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 169 98 -
CMYK 0 0.32 0.61 0.02
HSL 28.03º 0.94% 0.68% -
HSV(B) 28.03º 0.61% 0.98% -
XYZ 55.82 49.58 18.18 -
YUV 185.13 78.84 174.27 -
System Red Green Blue C M Y K H S L
Decimal 250 169 98 0 0.32 0.61 0.02 28.03 0.94 0.68
Hex FA A9 62 0 20 3D 2 1C 5E 44
Octal 372 251 142 0 40 75 2 34 136 104
Binary 11111010 10101001 1100010 0 100000 111101 10 11100 1011110 1000100

Color Harmonies of #FAA962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA962

Black with #FAA962

Text Example


Text Example

White with #FAA962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA962; }

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

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

background-color css

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

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

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

border-color css

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

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

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