Html Css Color HEX #F35119 International Orange

📋 copy color: '#F35119'

red 243 ◦ green 81 ◦ blue 25

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

Shades of International Orange #F35119

Tints of International Orange #F35119

RGB

 RED value IS 243 (95.31% from 255) = 69.63%

 GREEN value IS 81 (32.03% from 255) = 23.21%

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

R = 69.63%
G = 23.21%
B = 7.16%

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

#F35119 (or 0xF35119) is known color: International Orange. HEX triplet: F3, 51 and 19. RGB value is (243,81,25). Sum of RGB (Red+Green+Blue) = 243+81+25=349 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.63% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 25 (10.16% from 255 or 7.16% from 349); Max value from RGB is 243 - color contains mainly: red. Hex color #F35119 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F35119 is #0CAEE6. Grayscale: #7B7B7B. Windows color (decimal): -831207 or 1659379. OLE color: 1659379.

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

Color convert

RGB 243 81 25 -
CMYK 0 0.67 0.90 0.05
HSL 15.41º 0.9% 0.53% -
HSV(B) 15.41º 0.9% 0.95% -
XYZ 40.08 25.01 3.63 -
YUV 123.05 72.67 213.55 -
System Red Green Blue C M Y K H S L
Decimal 243 81 25 0 0.67 0.90 0.05 15.41 0.9 0.53
Hex F3 51 19 0 43 5A 5 F 5A 35
Octal 363 121 31 0 103 132 5 17 132 65
Binary 11110011 1010001 11001 0 1000011 1011010 101 1111 1011010 110101

Color Harmonies of #F35119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35119

Black with #F35119

Text Example


Text Example

White with #F35119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35119; }

 p { color: rgb(243,81,25); }

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

background-color css

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

 a { background-color: rgb(243,81,25); }

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

border-color css

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

 span { border-color: rgb(243,81,25); }

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