Html Css Color HEX #F75527 Outrageous Orange

📋 copy color: '#F75527'

red 247 ◦ green 85 ◦ blue 39

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

Shades of Outrageous Orange #F75527

Tints of Outrageous Orange #F75527

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.91%

 BLUE value IS 39 (15.63% from 255) = 10.51%

R = 66.58%
G = 22.91%
B = 10.51%

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

#F75527 (or 0xF75527) is known color: Outrageous Orange. HEX triplet: F7, 55 and 27. RGB value is (247,85,39). Sum of RGB (Red+Green+Blue) = 247+85+39=371 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.58% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 39 (15.62% from 255 or 10.51% from 371); Max value from RGB is 247 - color contains mainly: red. Hex color #F75527 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F75527 is #08AAD8. Grayscale: #808080. Windows color (decimal): -568025 or 2577911. OLE color: 2577911.

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

Color convert

RGB 247 85 39 -
CMYK 0 0.66 0.84 0.03
HSL 13.27º 0.93% 0.56% -
HSV(B) 13.27º 0.84% 0.97% -
XYZ 41.97 26.42 4.81 -
YUV 128.19 77.67 212.74 -
System Red Green Blue C M Y K H S L
Decimal 247 85 39 0 0.66 0.84 0.03 13.27 0.93 0.56
Hex F7 55 27 0 42 54 3 D 5D 38
Octal 367 125 47 0 102 124 3 15 135 70
Binary 11110111 1010101 100111 0 1000010 1010100 11 1101 1011101 111000

Color Harmonies of #F75527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75527

Black with #F75527

Text Example


Text Example

White with #F75527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75527; }

 p { color: rgb(247,85,39); }

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

background-color css

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

 a { background-color: rgb(247,85,39); }

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

border-color css

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

 span { border-color: rgb(247,85,39); }

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