Html Css Color HEX #F05A1F Outrageous Orange

📋 copy color: '#F05A1F'

red 240 ◦ green 90 ◦ blue 31

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

Shades of Outrageous Orange #F05A1F

Tints of Outrageous Orange #F05A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.59%

R = 66.48%
G = 24.93%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F05A1F (or 0xF05A1F) is known color: Outrageous Orange. HEX triplet: F0, 5A and 1F. RGB value is (240,90,31). Sum of RGB (Red+Green+Blue) = 240+90+31=361 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.48% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 31 (12.5% from 255 or 8.59% from 361); Max value from RGB is 240 - color contains mainly: red. Hex color #F05A1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05A1F is #0FA5E0. Grayscale: #808080. Windows color (decimal): -1025505 or 2054896. OLE color: 2054896.

HSL color Cylindrical-coordinate representation of color #F05A1F: hue angle of 16.94º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F05A1F is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 90 31 -
CMYK 0 0.62 0.87 0.06
HSL 16.94º 0.87% 0.53% -
HSV(B) 16.94º 0.87% 0.94% -
XYZ 39.84 25.94 4.2 -
YUV 128.12 73.2 207.8 -
System Red Green Blue C M Y K H S L
Decimal 240 90 31 0 0.62 0.87 0.06 16.94 0.87 0.53
Hex F0 5A 1F 0 3E 57 6 11 57 35
Octal 360 132 37 0 76 127 6 21 127 65
Binary 11110000 1011010 11111 0 111110 1010111 110 10001 1010111 110101

Color Harmonies of #F05A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05A1F

Black with #F05A1F

Text Example


Text Example

White with #F05A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05A1F; }

 p { color: rgb(240,90,31); }

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

background-color css

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

 a { background-color: rgb(240,90,31); }

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

border-color css

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

 span { border-color: rgb(240,90,31); }

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