Html Css Color HEX #F2521E Outrageous Orange

📋 copy color: '#F2521E'

red 242 ◦ green 82 ◦ blue 30

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

Shades of Outrageous Orange #F2521E

Tints of Outrageous Orange #F2521E

RGB

 RED value IS 242 (94.92% from 255) = 68.36%

 GREEN value IS 82 (32.42% from 255) = 23.16%

 BLUE value IS 30 (12.11% from 255) = 8.47%

R = 68.36%
G = 23.16%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2521E (or 0xF2521E) is known color: Outrageous Orange. HEX triplet: F2, 52 and 1E. RGB value is (242,82,30). Sum of RGB (Red+Green+Blue) = 242+82+30=354 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.36% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 30 (12.11% from 255 or 8.47% from 354); Max value from RGB is 242 - color contains mainly: red. Hex color #F2521E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2521E is #0DADE1. Grayscale: #7C7C7C. Windows color (decimal): -896482 or 1987314. OLE color: 1987314.

HSL color Cylindrical-coordinate representation of color #F2521E: hue angle of 14.72º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F2521E is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 82 30 -
CMYK 0 0.66 0.88 0.05
HSL 14.72º 0.89% 0.53% -
HSV(B) 14.72º 0.88% 0.95% -
XYZ 39.87 25.01 3.95 -
YUV 123.91 75.01 212.23 -
System Red Green Blue C M Y K H S L
Decimal 242 82 30 0 0.66 0.88 0.05 14.72 0.89 0.53
Hex F2 52 1E 0 42 58 5 F 59 35
Octal 362 122 36 0 102 130 5 17 131 65
Binary 11110010 1010010 11110 0 1000010 1011000 101 1111 1011001 110101

Color Harmonies of #F2521E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2521E

Black with #F2521E

Text Example


Text Example

White with #F2521E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2521E; }

 p { color: rgb(242,82,30); }

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

background-color css

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

 a { background-color: rgb(242,82,30); }

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

border-color css

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

 span { border-color: rgb(242,82,30); }

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