Html Css Color HEX #FAAF65 Rajah

📋 copy color: '#FAAF65'

red 250 ◦ green 175 ◦ blue 101

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

Shades of Rajah #FAAF65

Tints of Rajah #FAAF65

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.27%

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

R = 47.53%
G = 33.27%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FAAF65 (or 0xFAAF65) is known color: Rajah. HEX triplet: FA, AF and 65. RGB value is (250,175,101). Sum of RGB (Red+Green+Blue) = 250+175+101=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 101 (39.84% from 255 or 19.20% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAF65 is #05509A. Grayscale: #BDBDBD. Windows color (decimal): -348315 or 6664186. OLE color: 6664186.

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

Color convert

RGB 250 175 101 -
CMYK 0 0.3 0.60 0.02
HSL 29.8º 0.94% 0.69% -
HSV(B) 29.8º 0.6% 0.98% -
XYZ 57.1 51.92 19.32 -
YUV 188.99 78.35 171.52 -
System Red Green Blue C M Y K H S L
Decimal 250 175 101 0 0.3 0.60 0.02 29.8 0.94 0.69
Hex FA AF 65 0 1E 3C 2 1E 5E 45
Octal 372 257 145 0 36 74 2 36 136 105
Binary 11111010 10101111 1100101 0 11110 111100 10 11110 1011110 1000101

Color Harmonies of #FAAF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAF65

Black with #FAAF65

Text Example


Text Example

White with #FAAF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAF65; }

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

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

background-color css

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

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

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

border-color css

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

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

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