Html Css Color HEX #F75D3D Outrageous Orange

📋 copy color: '#F75D3D'

red 247 ◦ green 93 ◦ blue 61

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

Shades of Outrageous Orange #F75D3D

Tints of Outrageous Orange #F75D3D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.19%

 BLUE value IS 61 (24.22% from 255) = 15.21%

R = 61.6%
G = 23.19%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#F75D3D (or 0xF75D3D) is known color: Outrageous Orange. HEX triplet: F7, 5D and 3D. RGB value is (247,93,61). Sum of RGB (Red+Green+Blue) = 247+93+61=401 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.60% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 61 (24.22% from 255 or 15.21% from 401); Max value from RGB is 247 - color contains mainly: red. Hex color #F75D3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F75D3D is #08A2C2. Grayscale: #878787. Windows color (decimal): -565955 or 4021751. OLE color: 4021751.

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

Color convert

RGB 247 93 61 -
CMYK 0 0.62 0.75 0.03
HSL 10.32º 0.92% 0.6% -
HSV(B) 10.32º 0.75% 0.97% -
XYZ 43.11 27.94 7.54 -
YUV 135.4 86.02 207.6 -
System Red Green Blue C M Y K H S L
Decimal 247 93 61 0 0.62 0.75 0.03 10.32 0.92 0.6
Hex F7 5D 3D 0 3E 4B 3 A 5C 3C
Octal 367 135 75 0 76 113 3 12 134 74
Binary 11110111 1011101 111101 0 111110 1001011 11 1010 1011100 111100

Color Harmonies of #F75D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75D3D

Black with #F75D3D

Text Example


Text Example

White with #F75D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75D3D; }

 p { color: rgb(247,93,61); }

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

background-color css

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

 a { background-color: rgb(247,93,61); }

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

border-color css

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

 span { border-color: rgb(247,93,61); }

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