Html Css Color HEX #F25222 Outrageous Orange

📋 copy color: '#F25222'

red 242 ◦ green 82 ◦ blue 34

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

Shades of Outrageous Orange #F25222

Tints of Outrageous Orange #F25222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.5%

R = 67.6%
G = 22.91%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F25222 (or 0xF25222) is known color: Outrageous Orange. HEX triplet: F2, 52 and 22. RGB value is (242,82,34). Sum of RGB (Red+Green+Blue) = 242+82+34=358 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.60% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 34 (13.67% from 255 or 9.50% from 358); Max value from RGB is 242 - color contains mainly: red. Hex color #F25222 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25222 is #0DADDD. Grayscale: #7C7C7C. Windows color (decimal): -896478 or 2249458. OLE color: 2249458.

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

Color convert

RGB 242 82 34 -
CMYK 0 0.66 0.86 0.05
HSL 13.85º 0.89% 0.54% -
HSV(B) 13.85º 0.86% 0.95% -
XYZ 39.92 25.03 4.24 -
YUV 124.37 77.01 211.9 -
System Red Green Blue C M Y K H S L
Decimal 242 82 34 0 0.66 0.86 0.05 13.85 0.89 0.54
Hex F2 52 22 0 42 56 5 E 59 36
Octal 362 122 42 0 102 126 5 16 131 66
Binary 11110010 1010010 100010 0 1000010 1010110 101 1110 1011001 110110

Color Harmonies of #F25222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25222

Black with #F25222

Text Example


Text Example

White with #F25222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25222; }

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

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

background-color css

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

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

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

border-color css

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

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

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