Html Css Color HEX #F75A30 Outrageous Orange

📋 copy color: '#F75A30'

red 247 ◦ green 90 ◦ blue 48

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

Shades of Outrageous Orange #F75A30

Tints of Outrageous Orange #F75A30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.47%

R = 64.16%
G = 23.38%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F75A30 (or 0xF75A30) is known color: Outrageous Orange. HEX triplet: F7, 5A and 30. RGB value is (247,90,48). Sum of RGB (Red+Green+Blue) = 247+90+48=385 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.16% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 48 (19.14% from 255 or 12.47% from 385); Max value from RGB is 247 - color contains mainly: red. Hex color #F75A30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F75A30 is #08A5CF. Grayscale: #848484. Windows color (decimal): -566736 or 3169015. OLE color: 3169015.

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

Color convert

RGB 247 90 48 -
CMYK 0 0.64 0.81 0.03
HSL 12.66º 0.93% 0.58% -
HSV(B) 12.66º 0.81% 0.97% -
XYZ 42.55 27.3 5.82 -
YUV 132.16 80.51 209.92 -
System Red Green Blue C M Y K H S L
Decimal 247 90 48 0 0.64 0.81 0.03 12.66 0.93 0.58
Hex F7 5A 30 0 40 51 3 D 5D 3A
Octal 367 132 60 0 100 121 3 15 135 72
Binary 11110111 1011010 110000 0 1000000 1010001 11 1101 1011101 111010

Color Harmonies of #F75A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75A30

Black with #F75A30

Text Example


Text Example

White with #F75A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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