Html Css Color HEX #F34F10 International Orange

📋 copy color: '#F34F10'

red 243 ◦ green 79 ◦ blue 16

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

Shades of International Orange #F34F10

Tints of International Orange #F34F10

RGB

 RED value IS 243 (95.31% from 255) = 71.89%

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

 BLUE value IS 16 (6.64% from 255) = 4.73%

R = 71.89%
G = 23.37%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F34F10 (or 0xF34F10) is known color: International Orange. HEX triplet: F3, 4F and 10. RGB value is (243,79,16). Sum of RGB (Red+Green+Blue) = 243+79+16=338 (44% of max value = 765). Red value is 243 (95.31% from 255 or 71.89% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 16 (6.64% from 255 or 4.73% from 338); Max value from RGB is 243 - color contains mainly: red. Hex color #F34F10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F34F10 is #0CB0EF. Grayscale: #797979. Windows color (decimal): -831728 or 1069043. OLE color: 1069043.

HSL color Cylindrical-coordinate representation of color #F34F10: hue angle of 16.65º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F34F10 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 79 16 -
CMYK 0 0.67 0.93 0.05
HSL 16.65º 0.9% 0.51% -
HSV(B) 16.65º 0.93% 0.95% -
XYZ 39.85 24.68 3.15 -
YUV 120.85 68.83 215.12 -
System Red Green Blue C M Y K H S L
Decimal 243 79 16 0 0.67 0.93 0.05 16.65 0.9 0.51
Hex F3 4F 10 0 43 5D 5 11 5A 33
Octal 363 117 20 0 103 135 5 21 132 63
Binary 11110011 1001111 10000 0 1000011 1011101 101 10001 1011010 110011

Color Harmonies of #F34F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34F10

Black with #F34F10

Text Example


Text Example

White with #F34F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34F10; }

 p { color: rgb(243,79,16); }

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

background-color css

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

 a { background-color: rgb(243,79,16); }

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

border-color css

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

 span { border-color: rgb(243,79,16); }

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