Html Css Color HEX #F05321 Outrageous Orange

📋 copy color: '#F05321'

red 240 ◦ green 83 ◦ blue 33

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

Shades of Outrageous Orange #F05321

Tints of Outrageous Orange #F05321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.27%

R = 67.42%
G = 23.31%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#F05321 (or 0xF05321) is known color: Outrageous Orange. HEX triplet: F0, 53 and 21. RGB value is (240,83,33). Sum of RGB (Red+Green+Blue) = 240+83+33=356 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.42% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 33 (13.28% from 255 or 9.27% from 356); Max value from RGB is 240 - color contains mainly: red. Hex color #F05321 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05321 is #0FACDE. Grayscale: #7C7C7C. Windows color (decimal): -1027295 or 2184176. OLE color: 2184176.

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

Color convert

RGB 240 83 33 -
CMYK 0 0.65 0.86 0.06
HSL 14.49º 0.87% 0.54% -
HSV(B) 14.49º 0.86% 0.94% -
XYZ 39.3 24.82 4.16 -
YUV 124.24 76.51 210.57 -
System Red Green Blue C M Y K H S L
Decimal 240 83 33 0 0.65 0.86 0.06 14.49 0.87 0.54
Hex F0 53 21 0 41 56 6 E 57 36
Octal 360 123 41 0 101 126 6 16 127 66
Binary 11110000 1010011 100001 0 1000001 1010110 110 1110 1010111 110110

Color Harmonies of #F05321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05321

Black with #F05321

Text Example


Text Example

White with #F05321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05321; }

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

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

background-color css

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

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

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

border-color css

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

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

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