Html Css Color HEX #FAB465 Rajah

📋 copy color: '#FAB465'

red 250 ◦ green 180 ◦ blue 101

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

Shades of Rajah #FAB465

Tints of Rajah #FAB465

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.9%

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

R = 47.08%
G = 33.9%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FAB465 (or 0xFAB465) is known color: Rajah. HEX triplet: FA, B4 and 65. RGB value is (250,180,101). Sum of RGB (Red+Green+Blue) = 250+180+101=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 101 (39.84% from 255 or 19.02% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB465 is #054B9A. Grayscale: #C0C0C0. Windows color (decimal): -347035 or 6665466. OLE color: 6665466.

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

Color convert

RGB 250 180 101 -
CMYK 0 0.28 0.60 0.02
HSL 31.81º 0.94% 0.69% -
HSV(B) 31.81º 0.6% 0.98% -
XYZ 58.09 53.91 19.65 -
YUV 191.92 76.69 169.42 -
System Red Green Blue C M Y K H S L
Decimal 250 180 101 0 0.28 0.60 0.02 31.81 0.94 0.69
Hex FA B4 65 0 1C 3C 2 20 5E 45
Octal 372 264 145 0 34 74 2 40 136 105
Binary 11111010 10110100 1100101 0 11100 111100 10 100000 1011110 1000101

Color Harmonies of #FAB465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB465

Black with #FAB465

Text Example


Text Example

White with #FAB465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB465; }

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

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

background-color css

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

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

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

border-color css

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

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

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