Html Css Color HEX #F25023 Outrageous Orange

📋 copy color: '#F25023'

red 242 ◦ green 80 ◦ blue 35

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

Shades of Outrageous Orange #F25023

Tints of Outrageous Orange #F25023

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.41%

 BLUE value IS 35 (14.06% from 255) = 9.8%

R = 67.79%
G = 22.41%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F25023 (or 0xF25023) is known color: Outrageous Orange. HEX triplet: F2, 50 and 23. RGB value is (242,80,35). Sum of RGB (Red+Green+Blue) = 242+80+35=357 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.79% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 35 (14.06% from 255 or 9.80% from 357); Max value from RGB is 242 - color contains mainly: red. Hex color #F25023 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25023 is #0DAFDC. Grayscale: #7B7B7B. Windows color (decimal): -896989 or 2314482. OLE color: 2314482.

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

Color convert

RGB 242 80 35 -
CMYK 0 0.67 0.86 0.05
HSL 13.04º 0.89% 0.54% -
HSV(B) 13.04º 0.86% 0.95% -
XYZ 39.79 24.74 4.27 -
YUV 123.31 78.17 212.66 -
System Red Green Blue C M Y K H S L
Decimal 242 80 35 0 0.67 0.86 0.05 13.04 0.89 0.54
Hex F2 50 23 0 43 56 5 D 59 36
Octal 362 120 43 0 103 126 5 15 131 66
Binary 11110010 1010000 100011 0 1000011 1010110 101 1101 1011001 110110

Color Harmonies of #F25023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25023

Black with #F25023

Text Example


Text Example

White with #F25023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25023; }

 p { color: rgb(242,80,35); }

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

background-color css

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

 a { background-color: rgb(242,80,35); }

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

border-color css

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

 span { border-color: rgb(242,80,35); }

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