Html Css Color HEX #F0532F Outrageous Orange

📋 copy color: '#F0532F'

red 240 ◦ green 83 ◦ blue 47

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

Shades of Outrageous Orange #F0532F

Tints of Outrageous Orange #F0532F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.7%

R = 64.86%
G = 22.43%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F0532F (or 0xF0532F) is known color: Outrageous Orange. HEX triplet: F0, 53 and 2F. RGB value is (240,83,47). Sum of RGB (Red+Green+Blue) = 240+83+47=370 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.86% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 47 (18.75% from 255 or 12.70% from 370); Max value from RGB is 240 - color contains mainly: red. Hex color #F0532F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0532F is #0FACD0. Grayscale: #7E7E7E. Windows color (decimal): -1027281 or 3101680. OLE color: 3101680.

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

Color convert

RGB 240 83 47 -
CMYK 0 0.65 0.80 0.06
HSL 11.19º 0.87% 0.56% -
HSV(B) 11.19º 0.8% 0.94% -
XYZ 39.54 24.92 5.41 -
YUV 125.84 83.51 209.43 -
System Red Green Blue C M Y K H S L
Decimal 240 83 47 0 0.65 0.80 0.06 11.19 0.87 0.56
Hex F0 53 2F 0 41 50 6 B 57 38
Octal 360 123 57 0 101 120 6 13 127 70
Binary 11110000 1010011 101111 0 1000001 1010000 110 1011 1010111 111000

Color Harmonies of #F0532F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0532F

Black with #F0532F

Text Example


Text Example

White with #F0532F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0532F; }

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

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

background-color css

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

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

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

border-color css

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

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

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