Html Css Color HEX #FAAF63 Rajah

📋 copy color: '#FAAF63'

red 250 ◦ green 175 ◦ blue 99

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

Shades of Rajah #FAAF63

Tints of Rajah #FAAF63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.89%

R = 47.71%
G = 33.4%
B = 18.89%

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

#FAAF63 (or 0xFAAF63) is known color: Rajah. HEX triplet: FA, AF and 63. RGB value is (250,175,99). Sum of RGB (Red+Green+Blue) = 250+175+99=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 99 (39.06% from 255 or 18.89% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF63 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAF63 is #05509C. Grayscale: #BDBDBD. Windows color (decimal): -348317 or 6533114. OLE color: 6533114.

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

Color convert

RGB 250 175 99 -
CMYK 0 0.3 0.60 0.02
HSL 30.2º 0.94% 0.68% -
HSV(B) 30.2º 0.6% 0.98% -
XYZ 57.01 51.88 18.81 -
YUV 188.76 77.35 171.68 -
System Red Green Blue C M Y K H S L
Decimal 250 175 99 0 0.3 0.60 0.02 30.2 0.94 0.68
Hex FA AF 63 0 1E 3C 2 1E 5E 44
Octal 372 257 143 0 36 74 2 36 136 104
Binary 11111010 10101111 1100011 0 11110 111100 10 11110 1011110 1000100

Color Harmonies of #FAAF63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAF63

Black with #FAAF63

Text Example


Text Example

White with #FAAF63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAF63; }

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

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

background-color css

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

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

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

border-color css

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

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

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