Html Css Color HEX #F75A34 Outrageous Orange

📋 copy color: '#F75A34'

red 247 ◦ green 90 ◦ blue 52

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

Shades of Outrageous Orange #F75A34

Tints of Outrageous Orange #F75A34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.37%

R = 63.5%
G = 23.14%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.79

 K value IS 0.03

RGB Variations

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

Color information

#F75A34 (or 0xF75A34) is known color: Outrageous Orange. HEX triplet: F7, 5A and 34. RGB value is (247,90,52). Sum of RGB (Red+Green+Blue) = 247+90+52=389 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.50% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 52 (20.70% from 255 or 13.37% from 389); Max value from RGB is 247 - color contains mainly: red. Hex color #F75A34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F75A34 is #08A5CB. Grayscale: #848484. Windows color (decimal): -566732 or 3431159. OLE color: 3431159.

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

Color convert

RGB 247 90 52 -
CMYK 0 0.64 0.79 0.03
HSL 11.69º 0.92% 0.59% -
HSV(B) 11.69º 0.79% 0.97% -
XYZ 42.63 27.33 6.28 -
YUV 132.61 82.51 209.59 -
System Red Green Blue C M Y K H S L
Decimal 247 90 52 0 0.64 0.79 0.03 11.69 0.92 0.59
Hex F7 5A 34 0 40 4F 3 C 5C 3B
Octal 367 132 64 0 100 117 3 14 134 73
Binary 11110111 1011010 110100 0 1000000 1001111 11 1100 1011100 111011

Color Harmonies of #F75A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75A34

Black with #F75A34

Text Example


Text Example

White with #F75A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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