Html Css Color HEX #FAB767 Rajah

📋 copy color: '#FAB767'

red 250 ◦ green 183 ◦ blue 103

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

Shades of Rajah #FAB767

Tints of Rajah #FAB767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 19.22%

R = 46.64%
G = 34.14%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FAB767 (or 0xFAB767) is known color: Rajah. HEX triplet: FA, B7 and 67. RGB value is (250,183,103). Sum of RGB (Red+Green+Blue) = 250+183+103=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 183 (71.88% from 255 or 34.14% from 536); Blue value is 103 (40.62% from 255 or 19.22% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB767 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB767 is #054898. Grayscale: #C2C2C2. Windows color (decimal): -346265 or 6797306. OLE color: 6797306.

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

Color convert

RGB 250 183 103 -
CMYK 0 0.27 0.59 0.02
HSL 32.65º 0.94% 0.69% -
HSV(B) 32.65º 0.59% 0.98% -
XYZ 58.81 55.17 20.38 -
YUV 193.91 76.7 168 -
System Red Green Blue C M Y K H S L
Decimal 250 183 103 0 0.27 0.59 0.02 32.65 0.94 0.69
Hex FA B7 67 0 1B 3B 2 21 5E 45
Octal 372 267 147 0 33 73 2 41 136 105
Binary 11111010 10110111 1100111 0 11011 111011 10 100001 1011110 1000101

Color Harmonies of #FAB767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB767

Black with #FAB767

Text Example


Text Example

White with #FAB767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB767; }

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

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

background-color css

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

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

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

border-color css

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

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

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