Html Css Color HEX #F05A2D Outrageous Orange

📋 copy color: '#F05A2D'

red 240 ◦ green 90 ◦ blue 45

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

Shades of Outrageous Orange #F05A2D

Tints of Outrageous Orange #F05A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12%

R = 64%
G = 24%
B = 12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F05A2D (or 0xF05A2D) is known color: Outrageous Orange. HEX triplet: F0, 5A and 2D. RGB value is (240,90,45). Sum of RGB (Red+Green+Blue) = 240+90+45=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 45 (17.97% from 255 or 12% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F05A2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05A2D is #0FA5D2. Grayscale: #828282. Windows color (decimal): -1025491 or 2972400. OLE color: 2972400.

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

Color convert

RGB 240 90 45 -
CMYK 0 0.62 0.81 0.06
HSL 13.85º 0.87% 0.56% -
HSV(B) 13.85º 0.81% 0.94% -
XYZ 40.06 26.03 5.39 -
YUV 129.72 80.2 206.66 -
System Red Green Blue C M Y K H S L
Decimal 240 90 45 0 0.62 0.81 0.06 13.85 0.87 0.56
Hex F0 5A 2D 0 3E 51 6 E 57 38
Octal 360 132 55 0 76 121 6 16 127 70
Binary 11110000 1011010 101101 0 111110 1010001 110 1110 1010111 111000

Color Harmonies of #F05A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05A2D

Black with #F05A2D

Text Example


Text Example

White with #F05A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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