Html Css Color HEX #FAA862 Rajah

📋 copy color: '#FAA862'

red 250 ◦ green 168 ◦ blue 98

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

Shades of Rajah #FAA862

Tints of Rajah #FAA862

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.56%

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

R = 48.45%
G = 32.56%
B = 18.99%

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

#FAA862 (or 0xFAA862) is known color: Rajah. HEX triplet: FA, A8 and 62. RGB value is (250,168,98). Sum of RGB (Red+Green+Blue) = 250+168+98=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 168 (66.02% from 255 or 32.56% from 516); Blue value is 98 (38.67% from 255 or 18.99% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA862 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA862 is #05579D. Grayscale: #B8B8B8. Windows color (decimal): -350110 or 6465786. OLE color: 6465786.

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

Color convert

RGB 250 168 98 -
CMYK 0 0.33 0.61 0.02
HSL 27.63º 0.94% 0.68% -
HSV(B) 27.63º 0.61% 0.98% -
XYZ 55.63 49.21 18.12 -
YUV 184.54 79.17 174.69 -
System Red Green Blue C M Y K H S L
Decimal 250 168 98 0 0.33 0.61 0.02 27.63 0.94 0.68
Hex FA A8 62 0 21 3D 2 1C 5E 44
Octal 372 250 142 0 41 75 2 34 136 104
Binary 11111010 10101000 1100010 0 100001 111101 10 11100 1011110 1000100

Color Harmonies of #FAA862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA862

Black with #FAA862

Text Example


Text Example

White with #FAA862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA862; }

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

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

background-color css

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

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

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

border-color css

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

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

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