Html Css Color HEX #F7AA5F Rajah

📋 copy color: '#F7AA5F'

red 247 ◦ green 170 ◦ blue 95

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

Shades of Rajah #F7AA5F

Tints of Rajah #F7AA5F

RGB

 RED value IS 247 (96.88% from 255) = 48.24%

 GREEN value IS 170 (66.8% from 255) = 33.2%

 BLUE value IS 95 (37.5% from 255) = 18.55%

R = 48.24%
G = 33.2%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F7AA5F (or 0xF7AA5F) is known color: Rajah. HEX triplet: F7, AA and 5F. RGB value is (247,170,95). Sum of RGB (Red+Green+Blue) = 247+170+95=512 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.24% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 95 (37.5% from 255 or 18.55% from 512); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AA5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7AA5F is #0855A0. Grayscale: #B8B8B8. Windows color (decimal): -546209 or 6269687. OLE color: 6269687.

HSL color Cylindrical-coordinate representation of color #F7AA5F: hue angle of 29.61º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F7AA5F is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 170 95 -
CMYK 0 0.31 0.62 0.03
HSL 29.61º 0.9% 0.67% -
HSV(B) 29.61º 0.62% 0.97% -
XYZ 54.8 49.35 17.46 -
YUV 184.47 77.51 172.6 -
System Red Green Blue C M Y K H S L
Decimal 247 170 95 0 0.31 0.62 0.03 29.61 0.9 0.67
Hex F7 AA 5F 0 1F 3E 3 1E 5A 43
Octal 367 252 137 0 37 76 3 36 132 103
Binary 11110111 10101010 1011111 0 11111 111110 11 11110 1011010 1000011

Color Harmonies of #F7AA5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7AA5F

Black with #F7AA5F

Text Example


Text Example

White with #F7AA5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7AA5F; }

 p { color: rgb(247,170,95); }

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

background-color css

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

 a { background-color: rgb(247,170,95); }

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

border-color css

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

 span { border-color: rgb(247,170,95); }

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