Html Css Color HEX #FAB962 Rajah

📋 copy color: '#FAB962'

red 250 ◦ green 185 ◦ blue 98

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

Shades of Rajah #FAB962

Tints of Rajah #FAB962

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.71%

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

R = 46.9%
G = 34.71%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FAB962 (or 0xFAB962) is known color: Rajah. HEX triplet: FA, B9 and 62. RGB value is (250,185,98). Sum of RGB (Red+Green+Blue) = 250+185+98=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 185 (72.66% from 255 or 34.71% from 533); Blue value is 98 (38.67% from 255 or 18.39% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB962 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB962 is #05469D. Grayscale: #C2C2C2. Windows color (decimal): -345758 or 6470138. OLE color: 6470138.

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

Color convert

RGB 250 185 98 -
CMYK 0 0.26 0.61 0.02
HSL 34.34º 0.94% 0.68% -
HSV(B) 34.34º 0.61% 0.98% -
XYZ 58.98 55.9 19.24 -
YUV 194.52 73.53 167.57 -
System Red Green Blue C M Y K H S L
Decimal 250 185 98 0 0.26 0.61 0.02 34.34 0.94 0.68
Hex FA B9 62 0 1A 3D 2 22 5E 44
Octal 372 271 142 0 32 75 2 42 136 104
Binary 11111010 10111001 1100010 0 11010 111101 10 100010 1011110 1000100

Color Harmonies of #FAB962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB962

Black with #FAB962

Text Example


Text Example

White with #FAB962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB962; }

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

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

background-color css

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

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

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

border-color css

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

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

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