Html Css Color HEX #F94F0C International Orange

📋 copy color: '#F94F0C'

red 249 ◦ green 79 ◦ blue 12

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

Shades of International Orange #F94F0C

Tints of International Orange #F94F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.53%

R = 73.24%
G = 23.24%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F94F0C (or 0xF94F0C) is known color: International Orange. HEX triplet: F9, 4F and 0C. RGB value is (249,79,12). Sum of RGB (Red+Green+Blue) = 249+79+12=340 (45% of max value = 765). Red value is 249 (97.66% from 255 or 73.24% from 340); Green value is 79 (31.25% from 255 or 23.24% from 340); Blue value is 12 (5.08% from 255 or 3.53% from 340); Max value from RGB is 249 - color contains mainly: red. Hex color #F94F0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F94F0C is #06B0F3. Grayscale: #7A7A7A. Windows color (decimal): -438516 or 806905. OLE color: 806905.

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

Color convert

RGB 249 79 12 -
CMYK 0 0.68 0.95 0.02
HSL 16.96º 0.95% 0.51% -
HSV(B) 16.96º 0.95% 0.98% -
XYZ 41.93 25.76 3.11 -
YUV 122.19 65.82 218.45 -
System Red Green Blue C M Y K H S L
Decimal 249 79 12 0 0.68 0.95 0.02 16.96 0.95 0.51
Hex F9 4F C 0 44 5F 2 11 5F 33
Octal 371 117 14 0 104 137 2 21 137 63
Binary 11111001 1001111 1100 0 1000100 1011111 10 10001 1011111 110011

Color Harmonies of #F94F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94F0C

Black with #F94F0C

Text Example


Text Example

White with #F94F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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