Html Css Color HEX #FAB864 Rajah

📋 copy color: '#FAB864'

red 250 ◦ green 184 ◦ blue 100

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

Shades of Rajah #FAB864

Tints of Rajah #FAB864

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.46%

 BLUE value IS 100 (39.45% from 255) = 18.73%

R = 46.82%
G = 34.46%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#FAB864 (or 0xFAB864) is known color: Rajah. HEX triplet: FA, B8 and 64. RGB value is (250,184,100). Sum of RGB (Red+Green+Blue) = 250+184+100=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 184 (72.27% from 255 or 34.46% from 534); Blue value is 100 (39.45% from 255 or 18.73% from 534); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB864 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB864 is #05479B. Grayscale: #C2C2C2. Windows color (decimal): -346012 or 6600954. OLE color: 6600954.

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

Color convert

RGB 250 184 100 -
CMYK 0 0.26 0.6 0.02
HSL 33.6º 0.94% 0.69% -
HSV(B) 33.6º 0.6% 0.98% -
XYZ 58.87 55.53 19.67 -
YUV 194.16 74.87 167.83 -
System Red Green Blue C M Y K H S L
Decimal 250 184 100 0 0.26 0.6 0.02 33.6 0.94 0.69
Hex FA B8 64 0 1A 3C 2 22 5E 45
Octal 372 270 144 0 32 74 2 42 136 105
Binary 11111010 10111000 1100100 0 11010 111100 10 100010 1011110 1000101

Color Harmonies of #FAB864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB864

Black with #FAB864

Text Example


Text Example

White with #FAB864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB864; }

 p { color: rgb(250,184,100); }

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

background-color css

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

 a { background-color: rgb(250,184,100); }

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

border-color css

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

 span { border-color: rgb(250,184,100); }

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