Html Css Color HEX #F25019 International Orange

📋 copy color: '#F25019'

red 242 ◦ green 80 ◦ blue 25

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

Shades of International Orange #F25019

Tints of International Orange #F25019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.2%

R = 69.74%
G = 23.05%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F25019 (or 0xF25019) is known color: International Orange. HEX triplet: F2, 50 and 19. RGB value is (242,80,25). Sum of RGB (Red+Green+Blue) = 242+80+25=347 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.74% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 25 (10.16% from 255 or 7.20% from 347); Max value from RGB is 242 - color contains mainly: red. Hex color #F25019 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25019 is #0DAFE6. Grayscale: #7A7A7A. Windows color (decimal): -896999 or 1659122. OLE color: 1659122.

HSL color Cylindrical-coordinate representation of color #F25019: hue angle of 15.21º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F25019 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 80 25 -
CMYK 0 0.67 0.90 0.05
HSL 15.21º 0.89% 0.52% -
HSV(B) 15.21º 0.9% 0.95% -
XYZ 39.66 24.68 3.59 -
YUV 122.17 73.17 213.47 -
System Red Green Blue C M Y K H S L
Decimal 242 80 25 0 0.67 0.90 0.05 15.21 0.89 0.52
Hex F2 50 19 0 43 5A 5 F 59 34
Octal 362 120 31 0 103 132 5 17 131 64
Binary 11110010 1010000 11001 0 1000011 1011010 101 1111 1011001 110100

Color Harmonies of #F25019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25019

Black with #F25019

Text Example


Text Example

White with #F25019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25019; }

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

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

background-color css

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

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

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

border-color css

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

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

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