Html Css Color HEX #FAB064 Rajah

📋 copy color: '#FAB064'

red 250 ◦ green 176 ◦ blue 100

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

Shades of Rajah #FAB064

Tints of Rajah #FAB064

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.46%

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

R = 47.53%
G = 33.46%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#FAB064 (or 0xFAB064) is known color: Rajah. HEX triplet: FA, B0 and 64. RGB value is (250,176,100). Sum of RGB (Red+Green+Blue) = 250+176+100=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 176 (69.14% from 255 or 33.46% from 526); Blue value is 100 (39.45% from 255 or 19.01% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB064 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB064 is #054F9B. Grayscale: #BDBDBD. Windows color (decimal): -348060 or 6598906. OLE color: 6598906.

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

Color convert

RGB 250 176 100 -
CMYK 0 0.30 0.6 0.02
HSL 30.4º 0.94% 0.69% -
HSV(B) 30.4º 0.6% 0.98% -
XYZ 57.25 52.29 19.13 -
YUV 189.46 77.52 171.18 -
System Red Green Blue C M Y K H S L
Decimal 250 176 100 0 0.30 0.6 0.02 30.4 0.94 0.69
Hex FA B0 64 0 1E 3C 2 1E 5E 45
Octal 372 260 144 0 36 74 2 36 136 105
Binary 11111010 10110000 1100100 0 11110 111100 10 11110 1011110 1000101

Color Harmonies of #FAB064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB064

Black with #FAB064

Text Example


Text Example

White with #FAB064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB064; }

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

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

background-color css

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

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

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

border-color css

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

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

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