Html Css Color HEX #F35115 International Orange

📋 copy color: '#F35115'

red 243 ◦ green 81 ◦ blue 21

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

Shades of International Orange #F35115

Tints of International Orange #F35115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.09%

R = 70.43%
G = 23.48%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F35115 (or 0xF35115) is known color: International Orange. HEX triplet: F3, 51 and 15. RGB value is (243,81,21). Sum of RGB (Red+Green+Blue) = 243+81+21=345 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.43% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 21 (8.59% from 255 or 6.09% from 345); Max value from RGB is 243 - color contains mainly: red. Hex color #F35115 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F35115 is #0CAEEA. Grayscale: #7B7B7B. Windows color (decimal): -831211 or 1397235. OLE color: 1397235.

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

Color convert

RGB 243 81 21 -
CMYK 0 0.67 0.91 0.05
HSL 16.22º 0.9% 0.52% -
HSV(B) 16.22º 0.91% 0.95% -
XYZ 40.04 24.99 3.42 -
YUV 122.6 70.67 213.88 -
System Red Green Blue C M Y K H S L
Decimal 243 81 21 0 0.67 0.91 0.05 16.22 0.9 0.52
Hex F3 51 15 0 43 5B 5 10 5A 34
Octal 363 121 25 0 103 133 5 20 132 64
Binary 11110011 1010001 10101 0 1000011 1011011 101 10000 1011010 110100

Color Harmonies of #F35115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35115

Black with #F35115

Text Example


Text Example

White with #F35115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35115; }

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

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

background-color css

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

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

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

border-color css

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

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

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