Html Css Color HEX #FAB765 Rajah

📋 copy color: '#FAB765'

red 250 ◦ green 183 ◦ blue 101

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

Shades of Rajah #FAB765

Tints of Rajah #FAB765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.91%

R = 46.82%
G = 34.27%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FAB765 (or 0xFAB765) is known color: Rajah. HEX triplet: FA, B7 and 65. RGB value is (250,183,101). Sum of RGB (Red+Green+Blue) = 250+183+101=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 183 (71.88% from 255 or 34.27% from 534); Blue value is 101 (39.84% from 255 or 18.91% from 534); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB765 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB765 is #05489A. Grayscale: #C2C2C2. Windows color (decimal): -346267 or 6666234. OLE color: 6666234.

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

Color convert

RGB 250 183 101 -
CMYK 0 0.27 0.60 0.02
HSL 33.02º 0.94% 0.69% -
HSV(B) 33.02º 0.6% 0.98% -
XYZ 58.71 55.13 19.86 -
YUV 193.69 75.7 168.17 -
System Red Green Blue C M Y K H S L
Decimal 250 183 101 0 0.27 0.60 0.02 33.02 0.94 0.69
Hex FA B7 65 0 1B 3C 2 21 5E 45
Octal 372 267 145 0 33 74 2 41 136 105
Binary 11111010 10110111 1100101 0 11011 111100 10 100001 1011110 1000101

Color Harmonies of #FAB765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB765

Black with #FAB765

Text Example


Text Example

White with #FAB765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB765; }

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

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

background-color css

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

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

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

border-color css

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

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

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