Html Css Color HEX #FABC64 Rajah

📋 copy color: '#FABC64'

red 250 ◦ green 188 ◦ blue 100

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

Shades of Rajah #FABC64

Tints of Rajah #FABC64

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.94%

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

R = 46.47%
G = 34.94%
B = 18.59%

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

#FABC64 (or 0xFABC64) is known color: Rajah. HEX triplet: FA, BC and 64. RGB value is (250,188,100). Sum of RGB (Red+Green+Blue) = 250+188+100=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 100 (39.45% from 255 or 18.59% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FABC64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABC64 is #05439B. Grayscale: #C4C4C4. Windows color (decimal): -344988 or 6601978. OLE color: 6601978.

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

Color convert

RGB 250 188 100 -
CMYK 0 0.25 0.6 0.02
HSL 35.2º 0.94% 0.69% -
HSV(B) 35.2º 0.6% 0.98% -
XYZ 59.71 57.21 19.95 -
YUV 196.51 73.54 166.16 -
System Red Green Blue C M Y K H S L
Decimal 250 188 100 0 0.25 0.6 0.02 35.2 0.94 0.69
Hex FA BC 64 0 19 3C 2 23 5E 45
Octal 372 274 144 0 31 74 2 43 136 105
Binary 11111010 10111100 1100100 0 11001 111100 10 100011 1011110 1000101

Color Harmonies of #FABC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABC64

Black with #FABC64

Text Example


Text Example

White with #FABC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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