Html Css Color HEX #FAB360 Rajah

📋 copy color: '#FAB360'

red 250 ◦ green 179 ◦ blue 96

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

Shades of Rajah #FAB360

Tints of Rajah #FAB360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.29%

R = 47.62%
G = 34.1%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FAB360 (or 0xFAB360) is known color: Rajah. HEX triplet: FA, B3 and 60. RGB value is (250,179,96). Sum of RGB (Red+Green+Blue) = 250+179+96=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 179 (70.31% from 255 or 34.10% from 525); Blue value is 96 (37.89% from 255 or 18.29% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB360 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB360 is #054C9F. Grayscale: #BFBFBF. Windows color (decimal): -347296 or 6337530. OLE color: 6337530.

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

Color convert

RGB 250 179 96 -
CMYK 0 0.28 0.62 0.02
HSL 32.34º 0.94% 0.68% -
HSV(B) 32.34º 0.62% 0.98% -
XYZ 57.66 53.41 18.34 -
YUV 190.77 74.52 170.25 -
System Red Green Blue C M Y K H S L
Decimal 250 179 96 0 0.28 0.62 0.02 32.34 0.94 0.68
Hex FA B3 60 0 1C 3E 2 20 5E 44
Octal 372 263 140 0 34 76 2 40 136 104
Binary 11111010 10110011 1100000 0 11100 111110 10 100000 1011110 1000100

Color Harmonies of #FAB360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB360

Black with #FAB360

Text Example


Text Example

White with #FAB360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB360; }

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

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

background-color css

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

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

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

border-color css

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

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

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