Html Css Color HEX #FAB369 Rajah

📋 copy color: '#FAB369'

red 250 ◦ green 179 ◦ blue 105

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

Shades of Rajah #FAB369

Tints of Rajah #FAB369

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.52%

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

R = 46.82%
G = 33.52%
B = 19.66%

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

#FAB369 (or 0xFAB369) is known color: Rajah. HEX triplet: FA, B3 and 69. RGB value is (250,179,105). Sum of RGB (Red+Green+Blue) = 250+179+105=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 179 (70.31% from 255 or 33.52% from 534); Blue value is 105 (41.41% from 255 or 19.66% from 534); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB369 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB369 is #054C96. Grayscale: #C0C0C0. Windows color (decimal): -347287 or 6927354. OLE color: 6927354.

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

Color convert

RGB 250 179 105 -
CMYK 0 0.28 0.58 0.02
HSL 30.62º 0.94% 0.7% -
HSV(B) 30.62º 0.58% 0.98% -
XYZ 58.09 53.58 20.65 -
YUV 191.79 79.02 169.52 -
System Red Green Blue C M Y K H S L
Decimal 250 179 105 0 0.28 0.58 0.02 30.62 0.94 0.7
Hex FA B3 69 0 1C 3A 2 1F 5E 46
Octal 372 263 151 0 34 72 2 37 136 106
Binary 11111010 10110011 1101001 0 11100 111010 10 11111 1011110 1000110

Color Harmonies of #FAB369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB369

Black with #FAB369

Text Example


Text Example

White with #FAB369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB369; }

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

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

background-color css

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

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

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

border-color css

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

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

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