Html Css Color HEX #F94F0E International Orange

📋 copy color: '#F94F0E'

red 249 ◦ green 79 ◦ blue 14

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

Shades of International Orange #F94F0E

Tints of International Orange #F94F0E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.1%

 BLUE value IS 14 (5.86% from 255) = 4.09%

R = 72.81%
G = 23.1%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#F94F0E (or 0xF94F0E) is known color: International Orange. HEX triplet: F9, 4F and 0E. RGB value is (249,79,14). Sum of RGB (Red+Green+Blue) = 249+79+14=342 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.81% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 14 (5.86% from 255 or 4.09% from 342); Max value from RGB is 249 - color contains mainly: red. Hex color #F94F0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F94F0E is #06B0F1. Grayscale: #7A7A7A. Windows color (decimal): -438514 or 937977. OLE color: 937977.

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

Color convert

RGB 249 79 14 -
CMYK 0 0.68 0.94 0.02
HSL 16.6º 0.95% 0.52% -
HSV(B) 16.6º 0.94% 0.98% -
XYZ 41.94 25.76 3.18 -
YUV 122.42 66.82 218.29 -
System Red Green Blue C M Y K H S L
Decimal 249 79 14 0 0.68 0.94 0.02 16.6 0.95 0.52
Hex F9 4F E 0 44 5E 2 11 5F 34
Octal 371 117 16 0 104 136 2 21 137 64
Binary 11111001 1001111 1110 0 1000100 1011110 10 10001 1011111 110100

Color Harmonies of #F94F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94F0E

Black with #F94F0E

Text Example


Text Example

White with #F94F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94F0E; }

 p { color: rgb(249,79,14); }

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

background-color css

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

 a { background-color: rgb(249,79,14); }

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

border-color css

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

 span { border-color: rgb(249,79,14); }

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