Html Css Color HEX #F94E00 International Orange

📋 copy color: '#F94E00'

red 249 ◦ green 78 ◦ blue 0

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

Shades of International Orange #F94E00

Tints of International Orange #F94E00

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.85%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.15%
G = 23.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#F94E00 (or 0xF94E00) is known color: International Orange. HEX triplet: F9, 4E and 00. RGB value is (249,78,0). Sum of RGB (Red+Green+Blue) = 249+78+0=327 (43% of max value = 765). Red value is 249 (97.66% from 255 or 76.15% from 327); Green value is 78 (30.86% from 255 or 23.85% from 327); Blue value is 0 (0.39% from 255 or 0% from 327); Max value from RGB is 249 - color contains mainly: red. Hex color #F94E00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F94E00 is #06B1FF. Grayscale: #787878. Windows color (decimal): -438784 or 20217. OLE color: 20217.

HSL color Cylindrical-coordinate representation of color #F94E00: hue angle of 18.8º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F94E00 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 78 0 -
CMYK 0 0.69 1 0.02
HSL 18.8º 1% 0.49% -
HSV(B) 18.8º 1% 0.98% -
XYZ 41.79 25.59 2.74 -
YUV 120.24 60.15 219.84 -
System Red Green Blue C M Y K H S L
Decimal 249 78 0 0 0.69 1 0.02 18.8 1 0.49
Hex F9 4E 0 0 45 64 2 13 64 31
Octal 371 116 0 0 105 144 2 23 144 61
Binary 11111001 1001110 0 0 1000101 1100100 10 10011 1100100 110001

Color Harmonies of #F94E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94E00

Black with #F94E00

Text Example


Text Example

White with #F94E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94E00; }

 p { color: rgb(249,78,0); }

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

background-color css

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

 a { background-color: rgb(249,78,0); }

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

border-color css

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

 span { border-color: rgb(249,78,0); }

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