Html Css Color HEX #FAB365 Rajah

📋 copy color: '#FAB365'

red 250 ◦ green 179 ◦ blue 101

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

Shades of Rajah #FAB365

Tints of Rajah #FAB365

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.77%

 BLUE value IS 101 (39.84% from 255) = 19.06%

R = 47.17%
G = 33.77%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FAB365 (or 0xFAB365) is known color: Rajah. HEX triplet: FA, B3 and 65. RGB value is (250,179,101). Sum of RGB (Red+Green+Blue) = 250+179+101=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 179 (70.31% from 255 or 33.77% from 530); Blue value is 101 (39.84% from 255 or 19.06% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB365 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB365 is #054C9A. Grayscale: #BFBFBF. Windows color (decimal): -347291 or 6665210. OLE color: 6665210.

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

Color convert

RGB 250 179 101 -
CMYK 0 0.28 0.60 0.02
HSL 31.41º 0.94% 0.69% -
HSV(B) 31.41º 0.6% 0.98% -
XYZ 57.89 53.5 19.59 -
YUV 191.34 77.02 169.84 -
System Red Green Blue C M Y K H S L
Decimal 250 179 101 0 0.28 0.60 0.02 31.41 0.94 0.69
Hex FA B3 65 0 1C 3C 2 1F 5E 45
Octal 372 263 145 0 34 74 2 37 136 105
Binary 11111010 10110011 1100101 0 11100 111100 10 11111 1011110 1000101

Color Harmonies of #FAB365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB365

Black with #FAB365

Text Example


Text Example

White with #FAB365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB365; }

 p { color: rgb(250,179,101); }

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

background-color css

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

 a { background-color: rgb(250,179,101); }

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

border-color css

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

 span { border-color: rgb(250,179,101); }

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