Html Css Color HEX #F95413 International Orange

📋 copy color: '#F95413'

red 249 ◦ green 84 ◦ blue 19

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

Shades of International Orange #F95413

Tints of International Orange #F95413

RGB

 RED value IS 249 (97.66% from 255) = 70.74%

 GREEN value IS 84 (33.2% from 255) = 23.86%

 BLUE value IS 19 (7.81% from 255) = 5.4%

R = 70.74%
G = 23.86%
B = 5.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F95413 (or 0xF95413) is known color: International Orange. HEX triplet: F9, 54 and 13. RGB value is (249,84,19). Sum of RGB (Red+Green+Blue) = 249+84+19=352 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.74% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 19 (7.81% from 255 or 5.40% from 352); Max value from RGB is 249 - color contains mainly: red. Hex color #F95413 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F95413 is #06ABEC. Grayscale: #7E7E7E. Windows color (decimal): -437229 or 1266937. OLE color: 1266937.

HSL color Cylindrical-coordinate representation of color #F95413: hue angle of 16.96º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F95413 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 84 19 -
CMYK 0 0.66 0.92 0.02
HSL 16.96º 0.95% 0.53% -
HSV(B) 16.96º 0.92% 0.98% -
XYZ 42.35 26.53 3.5 -
YUV 125.93 67.66 215.79 -
System Red Green Blue C M Y K H S L
Decimal 249 84 19 0 0.66 0.92 0.02 16.96 0.95 0.53
Hex F9 54 13 0 42 5C 2 11 5F 35
Octal 371 124 23 0 102 134 2 21 137 65
Binary 11111001 1010100 10011 0 1000010 1011100 10 10001 1011111 110101

Color Harmonies of #F95413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95413

Black with #F95413

Text Example


Text Example

White with #F95413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95413; }

 p { color: rgb(249,84,19); }

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

background-color css

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

 a { background-color: rgb(249,84,19); }

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

border-color css

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

 span { border-color: rgb(249,84,19); }

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