Html Css Color HEX #F75F2C Outrageous Orange

📋 copy color: '#F75F2C'

red 247 ◦ green 95 ◦ blue 44

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

Shades of Outrageous Orange #F75F2C

Tints of Outrageous Orange #F75F2C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.61%

 BLUE value IS 44 (17.58% from 255) = 11.4%

R = 63.99%
G = 24.61%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F75F2C (or 0xF75F2C) is known color: Outrageous Orange. HEX triplet: F7, 5F and 2C. RGB value is (247,95,44). Sum of RGB (Red+Green+Blue) = 247+95+44=386 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.99% from 386); Green value is 95 (37.5% from 255 or 24.61% from 386); Blue value is 44 (17.58% from 255 or 11.40% from 386); Max value from RGB is 247 - color contains mainly: red. Hex color #F75F2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F75F2C is #08A0D3. Grayscale: #868686. Windows color (decimal): -565460 or 2908151. OLE color: 2908151.

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

Color convert

RGB 247 95 44 -
CMYK 0 0.62 0.82 0.03
HSL 15.07º 0.93% 0.57% -
HSV(B) 15.07º 0.82% 0.97% -
XYZ 42.9 28.14 5.55 -
YUV 134.63 76.86 208.15 -
System Red Green Blue C M Y K H S L
Decimal 247 95 44 0 0.62 0.82 0.03 15.07 0.93 0.57
Hex F7 5F 2C 0 3E 52 3 F 5D 39
Octal 367 137 54 0 76 122 3 17 135 71
Binary 11110111 1011111 101100 0 111110 1010010 11 1111 1011101 111001

Color Harmonies of #F75F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75F2C

Black with #F75F2C

Text Example


Text Example

White with #F75F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75F2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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