Html Css Color HEX #F25A26 Outrageous Orange

📋 copy color: '#F25A26'

red 242 ◦ green 90 ◦ blue 38

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

Shades of Outrageous Orange #F25A26

Tints of Outrageous Orange #F25A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.27%

R = 65.41%
G = 24.32%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F25A26 (or 0xF25A26) is known color: Outrageous Orange. HEX triplet: F2, 5A and 26. RGB value is (242,90,38). Sum of RGB (Red+Green+Blue) = 242+90+38=370 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.41% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 38 (15.23% from 255 or 10.27% from 370); Max value from RGB is 242 - color contains mainly: red. Hex color #F25A26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25A26 is #0DA5D9. Grayscale: #818181. Windows color (decimal): -894426 or 2513650. OLE color: 2513650.

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

Color convert

RGB 242 90 38 -
CMYK 0 0.63 0.84 0.05
HSL 15.29º 0.89% 0.55% -
HSV(B) 15.29º 0.84% 0.95% -
XYZ 40.62 26.33 4.77 -
YUV 129.52 76.36 208.23 -
System Red Green Blue C M Y K H S L
Decimal 242 90 38 0 0.63 0.84 0.05 15.29 0.89 0.55
Hex F2 5A 26 0 3F 54 5 F 59 37
Octal 362 132 46 0 77 124 5 17 131 67
Binary 11110010 1011010 100110 0 111111 1010100 101 1111 1011001 110111

Color Harmonies of #F25A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25A26

Black with #F25A26

Text Example


Text Example

White with #F25A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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