Html Css Color HEX #FAAF64 Rajah

📋 copy color: '#FAAF64'

red 250 ◦ green 175 ◦ blue 100

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

Shades of Rajah #FAAF64

Tints of Rajah #FAAF64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.05%

R = 47.62%
G = 33.33%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#FAAF64 (or 0xFAAF64) is known color: Rajah. HEX triplet: FA, AF and 64. RGB value is (250,175,100). Sum of RGB (Red+Green+Blue) = 250+175+100=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 100 (39.45% from 255 or 19.05% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAF64 is #05509B. Grayscale: #BDBDBD. Windows color (decimal): -348316 or 6598650. OLE color: 6598650.

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

Color convert

RGB 250 175 100 -
CMYK 0 0.3 0.6 0.02
HSL 30º 0.94% 0.69% -
HSV(B) 30º 0.6% 0.98% -
XYZ 57.05 51.9 19.07 -
YUV 188.88 77.85 171.6 -
System Red Green Blue C M Y K H S L
Decimal 250 175 100 0 0.3 0.6 0.02 30 0.94 0.69
Hex FA AF 64 0 1E 3C 2 1E 5E 45
Octal 372 257 144 0 36 74 2 36 136 105
Binary 11111010 10101111 1100100 0 11110 111100 10 11110 1011110 1000101

Color Harmonies of #FAAF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAF64

Black with #FAAF64

Text Example


Text Example

White with #FAAF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAF64; }

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

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

background-color css

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

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

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

border-color css

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

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

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