Html Css Color HEX #F75328 Outrageous Orange

📋 copy color: '#F75328'

red 247 ◦ green 83 ◦ blue 40

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

Shades of Outrageous Orange #F75328

Tints of Outrageous Orange #F75328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.81%

R = 66.76%
G = 22.43%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F75328 (or 0xF75328) is known color: Outrageous Orange. HEX triplet: F7, 53 and 28. RGB value is (247,83,40). Sum of RGB (Red+Green+Blue) = 247+83+40=370 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.76% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 40 (16.02% from 255 or 10.81% from 370); Max value from RGB is 247 - color contains mainly: red. Hex color #F75328 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F75328 is #08ACD7. Grayscale: #7F7F7F. Windows color (decimal): -568536 or 2642935. OLE color: 2642935.

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

Color convert

RGB 247 83 40 -
CMYK 0 0.66 0.84 0.03
HSL 12.46º 0.93% 0.56% -
HSV(B) 12.46º 0.84% 0.97% -
XYZ 41.83 26.11 4.84 -
YUV 127.13 78.83 213.5 -
System Red Green Blue C M Y K H S L
Decimal 247 83 40 0 0.66 0.84 0.03 12.46 0.93 0.56
Hex F7 53 28 0 42 54 3 C 5D 38
Octal 367 123 50 0 102 124 3 14 135 70
Binary 11110111 1010011 101000 0 1000010 1010100 11 1100 1011101 111000

Color Harmonies of #F75328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75328

Black with #F75328

Text Example


Text Example

White with #F75328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75328; }

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

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

background-color css

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

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

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

border-color css

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

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

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