Html Css Color HEX #FAB768 Rajah

📋 copy color: '#FAB768'

red 250 ◦ green 183 ◦ blue 104

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

Shades of Rajah #FAB768

Tints of Rajah #FAB768

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.08%

 BLUE value IS 104 (41.02% from 255) = 19.37%

R = 46.55%
G = 34.08%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FAB768 (or 0xFAB768) is known color: Rajah. HEX triplet: FA, B7 and 68. RGB value is (250,183,104). Sum of RGB (Red+Green+Blue) = 250+183+104=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 183 (71.88% from 255 or 34.08% from 537); Blue value is 104 (41.02% from 255 or 19.37% from 537); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB768 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB768 is #054897. Grayscale: #C2C2C2. Windows color (decimal): -346264 or 6862842. OLE color: 6862842.

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

Color convert

RGB 250 183 104 -
CMYK 0 0.27 0.58 0.02
HSL 32.47º 0.94% 0.69% -
HSV(B) 32.47º 0.58% 0.98% -
XYZ 58.86 55.19 20.65 -
YUV 194.03 77.2 167.92 -
System Red Green Blue C M Y K H S L
Decimal 250 183 104 0 0.27 0.58 0.02 32.47 0.94 0.69
Hex FA B7 68 0 1B 3A 2 20 5E 45
Octal 372 267 150 0 33 72 2 40 136 105
Binary 11111010 10110111 1101000 0 11011 111010 10 100000 1011110 1000101

Color Harmonies of #FAB768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB768

Black with #FAB768

Text Example


Text Example

White with #FAB768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB768; }

 p { color: rgb(250,183,104); }

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

background-color css

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

 a { background-color: rgb(250,183,104); }

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

border-color css

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

 span { border-color: rgb(250,183,104); }

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