Html Css Color HEX #F25A1E Outrageous Orange

📋 copy color: '#F25A1E'

red 242 ◦ green 90 ◦ blue 30

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

Shades of Outrageous Orange #F25A1E

Tints of Outrageous Orange #F25A1E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.86%

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

R = 66.85%
G = 24.86%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F25A1E (or 0xF25A1E) is known color: Outrageous Orange. HEX triplet: F2, 5A and 1E. RGB value is (242,90,30). Sum of RGB (Red+Green+Blue) = 242+90+30=362 (47% of max value = 765). Red value is 242 (94.92% from 255 or 66.85% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 30 (12.11% from 255 or 8.29% from 362); Max value from RGB is 242 - color contains mainly: red. Hex color #F25A1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25A1E is #0DA5E1. Grayscale: #818181. Windows color (decimal): -894434 or 1989362. OLE color: 1989362.

HSL color Cylindrical-coordinate representation of color #F25A1E: hue angle of 16.98º 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 #F25A1E is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 90 30 -
CMYK 0 0.63 0.88 0.05
HSL 16.98º 0.89% 0.53% -
HSV(B) 16.98º 0.88% 0.95% -
XYZ 40.51 26.28 4.17 -
YUV 128.61 72.36 208.88 -
System Red Green Blue C M Y K H S L
Decimal 242 90 30 0 0.63 0.88 0.05 16.98 0.89 0.53
Hex F2 5A 1E 0 3F 58 5 11 59 35
Octal 362 132 36 0 77 130 5 21 131 65
Binary 11110010 1011010 11110 0 111111 1011000 101 10001 1011001 110101

Color Harmonies of #F25A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25A1E

Black with #F25A1E

Text Example


Text Example

White with #F25A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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