Html Css Color HEX #FAB769 Rajah

📋 copy color: '#FAB769'

red 250 ◦ green 183 ◦ blue 105

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

Shades of Rajah #FAB769

Tints of Rajah #FAB769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.52%

R = 46.47%
G = 34.01%
B = 19.52%

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

#FAB769 (or 0xFAB769) is known color: Rajah. HEX triplet: FA, B7 and 69. RGB value is (250,183,105). Sum of RGB (Red+Green+Blue) = 250+183+105=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 183 (71.88% from 255 or 34.01% from 538); Blue value is 105 (41.41% from 255 or 19.52% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB769 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB769 is #054896. Grayscale: #C2C2C2. Windows color (decimal): -346263 or 6928378. OLE color: 6928378.

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

Color convert

RGB 250 183 105 -
CMYK 0 0.27 0.58 0.02
HSL 32.28º 0.94% 0.7% -
HSV(B) 32.28º 0.58% 0.98% -
XYZ 58.91 55.21 20.92 -
YUV 194.14 77.7 167.84 -
System Red Green Blue C M Y K H S L
Decimal 250 183 105 0 0.27 0.58 0.02 32.28 0.94 0.7
Hex FA B7 69 0 1B 3A 2 20 5E 46
Octal 372 267 151 0 33 72 2 40 136 106
Binary 11111010 10110111 1101001 0 11011 111010 10 100000 1011110 1000110

Color Harmonies of #FAB769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB769

Black with #FAB769

Text Example


Text Example

White with #FAB769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB769; }

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

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

background-color css

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

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

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

border-color css

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

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

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