Html Css Color HEX #FAB966 Rajah

📋 copy color: '#FAB966'

red 250 ◦ green 185 ◦ blue 102

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

Shades of Rajah #FAB966

Tints of Rajah #FAB966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.99%

R = 46.55%
G = 34.45%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FAB966 (or 0xFAB966) is known color: Rajah. HEX triplet: FA, B9 and 66. RGB value is (250,185,102). Sum of RGB (Red+Green+Blue) = 250+185+102=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 185 (72.66% from 255 or 34.45% from 537); Blue value is 102 (40.23% from 255 or 18.99% from 537); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB966 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB966 is #054699. Grayscale: #C3C3C3. Windows color (decimal): -345754 or 6732282. OLE color: 6732282.

HSL color Cylindrical-coordinate representation of color #FAB966: hue angle of 33.65º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FAB966 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 185 102 -
CMYK 0 0.26 0.59 0.02
HSL 33.65º 0.94% 0.69% -
HSV(B) 33.65º 0.59% 0.98% -
XYZ 59.17 55.98 20.26 -
YUV 194.97 75.53 167.25 -
System Red Green Blue C M Y K H S L
Decimal 250 185 102 0 0.26 0.59 0.02 33.65 0.94 0.69
Hex FA B9 66 0 1A 3B 2 22 5E 45
Octal 372 271 146 0 32 73 2 42 136 105
Binary 11111010 10111001 1100110 0 11010 111011 10 100010 1011110 1000101

Color Harmonies of #FAB966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB966

Black with #FAB966

Text Example


Text Example

White with #FAB966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB966; }

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

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

background-color css

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

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

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

border-color css

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

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

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