Html Css Color HEX #FABB64 Rajah

📋 copy color: '#FABB64'

red 250 ◦ green 187 ◦ blue 100

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

Shades of Rajah #FABB64

Tints of Rajah #FABB64

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.82%

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

R = 46.55%
G = 34.82%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#FABB64 (or 0xFABB64) is known color: Rajah. HEX triplet: FA, BB and 64. RGB value is (250,187,100). Sum of RGB (Red+Green+Blue) = 250+187+100=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 100 (39.45% from 255 or 18.62% from 537); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABB64 is #05449B. Grayscale: #C4C4C4. Windows color (decimal): -345244 or 6601722. OLE color: 6601722.

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

Color convert

RGB 250 187 100 -
CMYK 0 0.25 0.6 0.02
HSL 34.8º 0.94% 0.69% -
HSV(B) 34.8º 0.6% 0.98% -
XYZ 59.49 56.78 19.88 -
YUV 195.92 73.87 166.57 -
System Red Green Blue C M Y K H S L
Decimal 250 187 100 0 0.25 0.6 0.02 34.8 0.94 0.69
Hex FA BB 64 0 19 3C 2 23 5E 45
Octal 372 273 144 0 31 74 2 43 136 105
Binary 11111010 10111011 1100100 0 11001 111100 10 100011 1011110 1000101

Color Harmonies of #FABB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABB64

Black with #FABB64

Text Example


Text Example

White with #FABB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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