Html Css Color HEX #FAB569 Rajah

📋 copy color: '#FAB569'

red 250 ◦ green 181 ◦ blue 105

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

Shades of Rajah #FAB569

Tints of Rajah #FAB569

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.77%

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

R = 46.64%
G = 33.77%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FAB569 (or 0xFAB569) is known color: Rajah. HEX triplet: FA, B5 and 69. RGB value is (250,181,105). Sum of RGB (Red+Green+Blue) = 250+181+105=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 181 (71.09% from 255 or 33.77% from 536); Blue value is 105 (41.41% from 255 or 19.59% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB569 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB569 is #054A96. Grayscale: #C1C1C1. Windows color (decimal): -346775 or 6927866. OLE color: 6927866.

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

Color convert

RGB 250 181 105 -
CMYK 0 0.28 0.58 0.02
HSL 31.45º 0.94% 0.7% -
HSV(B) 31.45º 0.58% 0.98% -
XYZ 58.5 54.39 20.78 -
YUV 192.97 78.36 168.68 -
System Red Green Blue C M Y K H S L
Decimal 250 181 105 0 0.28 0.58 0.02 31.45 0.94 0.7
Hex FA B5 69 0 1C 3A 2 1F 5E 46
Octal 372 265 151 0 34 72 2 37 136 106
Binary 11111010 10110101 1101001 0 11100 111010 10 11111 1011110 1000110

Color Harmonies of #FAB569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB569

Black with #FAB569

Text Example


Text Example

White with #FAB569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB569; }

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

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

background-color css

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

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

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

border-color css

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

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

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