Html Css Color HEX #F7AF5C Rajah

📋 copy color: '#F7AF5C'

red 247 ◦ green 175 ◦ blue 92

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

Shades of Rajah #F7AF5C

Tints of Rajah #F7AF5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.9%

R = 48.05%
G = 34.05%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#F7AF5C (or 0xF7AF5C) is known color: Rajah. HEX triplet: F7, AF and 5C. RGB value is (247,175,92). Sum of RGB (Red+Green+Blue) = 247+175+92=514 (68% of max value = 765). Red value is 247 (96.88% from 255 or 48.05% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 92 (36.33% from 255 or 17.90% from 514); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AF5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7AF5C is #0850A3. Grayscale: #BBBBBB. Windows color (decimal): -544932 or 6074359. OLE color: 6074359.

HSL color Cylindrical-coordinate representation of color #F7AF5C: hue angle of 32.13º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F7AF5C is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 175 92 -
CMYK 0 0.29 0.63 0.03
HSL 32.13º 0.91% 0.66% -
HSV(B) 32.13º 0.63% 0.97% -
XYZ 55.62 51.21 17.08 -
YUV 187.07 74.35 170.75 -
System Red Green Blue C M Y K H S L
Decimal 247 175 92 0 0.29 0.63 0.03 32.13 0.91 0.66
Hex F7 AF 5C 0 1D 3F 3 20 5B 42
Octal 367 257 134 0 35 77 3 40 133 102
Binary 11110111 10101111 1011100 0 11101 111111 11 100000 1011011 1000010

Color Harmonies of #F7AF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7AF5C

Black with #F7AF5C

Text Example


Text Example

White with #F7AF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7AF5C; }

 p { color: rgb(247,175,92); }

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

background-color css

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

 a { background-color: rgb(247,175,92); }

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

border-color css

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

 span { border-color: rgb(247,175,92); }

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