Html Css Color HEX #F94F0A International Orange

📋 copy color: '#F94F0A'

red 249 ◦ green 79 ◦ blue 10

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

Shades of International Orange #F94F0A

Tints of International Orange #F94F0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.96%

R = 73.67%
G = 23.37%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F94F0A (or 0xF94F0A) is known color: International Orange. HEX triplet: F9, 4F and 0A. RGB value is (249,79,10). Sum of RGB (Red+Green+Blue) = 249+79+10=338 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.67% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 10 (4.30% from 255 or 2.96% from 338); Max value from RGB is 249 - color contains mainly: red. Hex color #F94F0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F94F0A is #06B0F5. Grayscale: #7A7A7A. Windows color (decimal): -438518 or 675833. OLE color: 675833.

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

Color convert

RGB 249 79 10 -
CMYK 0 0.68 0.96 0.02
HSL 17.32º 0.95% 0.51% -
HSV(B) 17.32º 0.96% 0.98% -
XYZ 41.92 25.75 3.05 -
YUV 121.96 64.82 218.61 -
System Red Green Blue C M Y K H S L
Decimal 249 79 10 0 0.68 0.96 0.02 17.32 0.95 0.51
Hex F9 4F A 0 44 60 2 11 5F 33
Octal 371 117 12 0 104 140 2 21 137 63
Binary 11111001 1001111 1010 0 1000100 1100000 10 10001 1011111 110011

Color Harmonies of #F94F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94F0A

Black with #F94F0A

Text Example


Text Example

White with #F94F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94F0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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