Html Css Color HEX #FAB663 Rajah

📋 copy color: '#FAB663'

red 250 ◦ green 182 ◦ blue 99

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

Shades of Rajah #FAB663

Tints of Rajah #FAB663

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.27%

 BLUE value IS 99 (39.06% from 255) = 18.64%

R = 47.08%
G = 34.27%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FAB663 (or 0xFAB663) is known color: Rajah. HEX triplet: FA, B6 and 63. RGB value is (250,182,99). Sum of RGB (Red+Green+Blue) = 250+182+99=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 182 (71.48% from 255 or 34.27% from 531); Blue value is 99 (39.06% from 255 or 18.64% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB663 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB663 is #05499C. Grayscale: #C1C1C1. Windows color (decimal): -346525 or 6534906. OLE color: 6534906.

HSL color Cylindrical-coordinate representation of color #FAB663: hue angle of 32.98º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FAB663 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 182 99 -
CMYK 0 0.27 0.60 0.02
HSL 32.98º 0.94% 0.68% -
HSV(B) 32.98º 0.6% 0.98% -
XYZ 58.4 54.68 19.28 -
YUV 192.87 75.03 168.75 -
System Red Green Blue C M Y K H S L
Decimal 250 182 99 0 0.27 0.60 0.02 32.98 0.94 0.68
Hex FA B6 63 0 1B 3C 2 21 5E 44
Octal 372 266 143 0 33 74 2 41 136 104
Binary 11111010 10110110 1100011 0 11011 111100 10 100001 1011110 1000100

Color Harmonies of #FAB663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB663

Black with #FAB663

Text Example


Text Example

White with #FAB663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB663; }

 p { color: rgb(250,182,99); }

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

background-color css

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

 a { background-color: rgb(250,182,99); }

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

border-color css

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

 span { border-color: rgb(250,182,99); }

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