Html Css Color HEX #F75330 Outrageous Orange

📋 copy color: '#F75330'

red 247 ◦ green 83 ◦ blue 48

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

Shades of Outrageous Orange #F75330

Tints of Outrageous Orange #F75330

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.96%

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

R = 65.34%
G = 21.96%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F75330 (or 0xF75330) is known color: Outrageous Orange. HEX triplet: F7, 53 and 30. RGB value is (247,83,48). Sum of RGB (Red+Green+Blue) = 247+83+48=378 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65.34% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 48 (19.14% from 255 or 12.70% from 378); Max value from RGB is 247 - color contains mainly: red. Hex color #F75330 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F75330 is #08ACCF. Grayscale: #808080. Windows color (decimal): -568528 or 3167223. OLE color: 3167223.

HSL color Cylindrical-coordinate representation of color #F75330: hue angle of 10.55º 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 #F75330 is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 83 48 -
CMYK 0 0.66 0.81 0.03
HSL 10.55º 0.93% 0.58% -
HSV(B) 10.55º 0.81% 0.97% -
XYZ 41.98 26.17 5.64 -
YUV 128.05 82.83 212.85 -
System Red Green Blue C M Y K H S L
Decimal 247 83 48 0 0.66 0.81 0.03 10.55 0.93 0.58
Hex F7 53 30 0 42 51 3 B 5D 3A
Octal 367 123 60 0 102 121 3 13 135 72
Binary 11110111 1010011 110000 0 1000010 1010001 11 1011 1011101 111010

Color Harmonies of #F75330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75330

Black with #F75330

Text Example


Text Example

White with #F75330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75330; }

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

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

background-color css

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

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

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

border-color css

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

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

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