Html Css Color HEX #FAB562 Rajah

📋 copy color: '#FAB562'

red 250 ◦ green 181 ◦ blue 98

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

Shades of Rajah #FAB562

Tints of Rajah #FAB562

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.22%

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

R = 47.26%
G = 34.22%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FAB562 (or 0xFAB562) is known color: Rajah. HEX triplet: FA, B5 and 62. RGB value is (250,181,98). Sum of RGB (Red+Green+Blue) = 250+181+98=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 181 (71.09% from 255 or 34.22% from 529); Blue value is 98 (38.67% from 255 or 18.53% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB562 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB562 is #054A9D. Grayscale: #C0C0C0. Windows color (decimal): -346782 or 6469114. OLE color: 6469114.

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

Color convert

RGB 250 181 98 -
CMYK 0 0.28 0.61 0.02
HSL 32.76º 0.94% 0.68% -
HSV(B) 32.76º 0.61% 0.98% -
XYZ 58.15 54.25 18.96 -
YUV 192.17 74.86 169.25 -
System Red Green Blue C M Y K H S L
Decimal 250 181 98 0 0.28 0.61 0.02 32.76 0.94 0.68
Hex FA B5 62 0 1C 3D 2 21 5E 44
Octal 372 265 142 0 34 75 2 41 136 104
Binary 11111010 10110101 1100010 0 11100 111101 10 100001 1011110 1000100

Color Harmonies of #FAB562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB562

Black with #FAB562

Text Example


Text Example

White with #FAB562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB562; }

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

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

background-color css

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

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

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

border-color css

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

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

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