Html Css Color HEX #F05334 Outrageous Orange

📋 copy color: '#F05334'

red 240 ◦ green 83 ◦ blue 52

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

Shades of Outrageous Orange #F05334

Tints of Outrageous Orange #F05334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.87%

R = 64%
G = 22.13%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F05334 (or 0xF05334) is known color: Outrageous Orange. HEX triplet: F0, 53 and 34. RGB value is (240,83,52). Sum of RGB (Red+Green+Blue) = 240+83+52=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 52 (20.70% from 255 or 13.87% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F05334 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05334 is #0FACCB. Grayscale: #7E7E7E. Windows color (decimal): -1027276 or 3429360. OLE color: 3429360.

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

Color convert

RGB 240 83 52 -
CMYK 0 0.65 0.78 0.06
HSL 9.89º 0.86% 0.57% -
HSV(B) 9.89º 0.78% 0.94% -
XYZ 39.65 24.96 5.98 -
YUV 126.41 86.01 209.02 -
System Red Green Blue C M Y K H S L
Decimal 240 83 52 0 0.65 0.78 0.06 9.89 0.86 0.57
Hex F0 53 34 0 41 4E 6 A 56 39
Octal 360 123 64 0 101 116 6 12 126 71
Binary 11110000 1010011 110100 0 1000001 1001110 110 1010 1010110 111001

Color Harmonies of #F05334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05334

Black with #F05334

Text Example


Text Example

White with #F05334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05334; }

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

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

background-color css

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

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

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

border-color css

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

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

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