Html Css Color HEX #F75A3A Outrageous Orange

📋 copy color: '#F75A3A'

red 247 ◦ green 90 ◦ blue 58

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

Shades of Outrageous Orange #F75A3A

Tints of Outrageous Orange #F75A3A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.78%

 BLUE value IS 58 (23.05% from 255) = 14.68%

R = 62.53%
G = 22.78%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#F75A3A (or 0xF75A3A) is known color: Outrageous Orange. HEX triplet: F7, 5A and 3A. RGB value is (247,90,58). Sum of RGB (Red+Green+Blue) = 247+90+58=395 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.53% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 58 (23.05% from 255 or 14.68% from 395); Max value from RGB is 247 - color contains mainly: red. Hex color #F75A3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F75A3A is #08A5C5. Grayscale: #858585. Windows color (decimal): -566726 or 3824375. OLE color: 3824375.

HSL color Cylindrical-coordinate representation of color #F75A3A: hue angle of 10.16º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F75A3A is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 90 58 -
CMYK 0 0.64 0.77 0.03
HSL 10.16º 0.92% 0.6% -
HSV(B) 10.16º 0.77% 0.97% -
XYZ 42.78 27.39 7.04 -
YUV 133.3 85.51 209.1 -
System Red Green Blue C M Y K H S L
Decimal 247 90 58 0 0.64 0.77 0.03 10.16 0.92 0.6
Hex F7 5A 3A 0 40 4D 3 A 5C 3C
Octal 367 132 72 0 100 115 3 12 134 74
Binary 11110111 1011010 111010 0 1000000 1001101 11 1010 1011100 111100

Color Harmonies of #F75A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75A3A

Black with #F75A3A

Text Example


Text Example

White with #F75A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75A3A; }

 p { color: rgb(247,90,58); }

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

background-color css

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

 a { background-color: rgb(247,90,58); }

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

border-color css

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

 span { border-color: rgb(247,90,58); }

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