Html Css Color HEX #F05730 Outrageous Orange

📋 copy color: '#F05730'

red 240 ◦ green 87 ◦ blue 48

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

Shades of Outrageous Orange #F05730

Tints of Outrageous Orange #F05730

RGB

 RED value IS 240 (94.14% from 255) = 64%

 GREEN value IS 87 (34.38% from 255) = 23.2%

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

R = 64%
G = 23.2%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.8

 K value IS 0.06

RGB Variations

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

Color information

#F05730 (or 0xF05730) is known color: Outrageous Orange. HEX triplet: F0, 57 and 30. RGB value is (240,87,48). Sum of RGB (Red+Green+Blue) = 240+87+48=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 48 (19.14% from 255 or 12.8% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F05730 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05730 is #0FA8CF. Grayscale: #808080. Windows color (decimal): -1026256 or 3168240. OLE color: 3168240.

HSL color Cylindrical-coordinate representation of color #F05730: hue angle of 12.19º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F05730 is Cyan = 0, Magento = 0.64, Yellow = 0.8 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 87 48 -
CMYK 0 0.64 0.8 0.06
HSL 12.19º 0.86% 0.56% -
HSV(B) 12.19º 0.8% 0.94% -
XYZ 39.88 25.56 5.63 -
YUV 128.3 82.69 207.67 -
System Red Green Blue C M Y K H S L
Decimal 240 87 48 0 0.64 0.8 0.06 12.19 0.86 0.56
Hex F0 57 30 0 40 50 6 C 56 38
Octal 360 127 60 0 100 120 6 14 126 70
Binary 11110000 1010111 110000 0 1000000 1010000 110 1100 1010110 111000

Color Harmonies of #F05730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05730

Black with #F05730

Text Example


Text Example

White with #F05730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05730; }

 p { color: rgb(240,87,48); }

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

background-color css

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

 a { background-color: rgb(240,87,48); }

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

border-color css

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

 span { border-color: rgb(240,87,48); }

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