Html Css Color HEX #F0532D Outrageous Orange

📋 copy color: '#F0532D'

red 240 ◦ green 83 ◦ blue 45

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

Shades of Outrageous Orange #F0532D

Tints of Outrageous Orange #F0532D

RGB

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

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

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

R = 65.22%
G = 22.55%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F0532D (or 0xF0532D) is known color: Outrageous Orange. HEX triplet: F0, 53 and 2D. RGB value is (240,83,45). Sum of RGB (Red+Green+Blue) = 240+83+45=368 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.22% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 45 (17.97% from 255 or 12.23% from 368); Max value from RGB is 240 - color contains mainly: red. Hex color #F0532D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0532D is #0FACD2. Grayscale: #7D7D7D. Windows color (decimal): -1027283 or 2970608. OLE color: 2970608.

HSL color Cylindrical-coordinate representation of color #F0532D: hue angle of 11.69º 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 #F0532D is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 83 45 -
CMYK 0 0.65 0.81 0.06
HSL 11.69º 0.87% 0.56% -
HSV(B) 11.69º 0.81% 0.94% -
XYZ 39.5 24.9 5.21 -
YUV 125.61 82.51 209.59 -
System Red Green Blue C M Y K H S L
Decimal 240 83 45 0 0.65 0.81 0.06 11.69 0.87 0.56
Hex F0 53 2D 0 41 51 6 C 57 38
Octal 360 123 55 0 101 121 6 14 127 70
Binary 11110000 1010011 101101 0 1000001 1010001 110 1100 1010111 111000

Color Harmonies of #F0532D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0532D

Black with #F0532D

Text Example


Text Example

White with #F0532D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0532D; }

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

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

background-color css

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

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

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

border-color css

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

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

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