Html Css Color HEX #F34F0C International Orange

📋 copy color: '#F34F0C'

red 243 ◦ green 79 ◦ blue 12

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

Shades of International Orange #F34F0C

Tints of International Orange #F34F0C

RGB

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

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

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

R = 72.75%
G = 23.65%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F34F0C (or 0xF34F0C) is known color: International Orange. HEX triplet: F3, 4F and 0C. RGB value is (243,79,12). Sum of RGB (Red+Green+Blue) = 243+79+12=334 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.75% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 12 (5.08% from 255 or 3.59% from 334); Max value from RGB is 243 - color contains mainly: red. Hex color #F34F0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F34F0C is #0CB0F3. Grayscale: #787878. Windows color (decimal): -831732 or 806899. OLE color: 806899.

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

Color convert

RGB 243 79 12 -
CMYK 0 0.67 0.95 0.05
HSL 17.4º 0.91% 0.5% -
HSV(B) 17.4º 0.95% 0.95% -
XYZ 39.82 24.67 3.01 -
YUV 120.4 66.83 215.45 -
System Red Green Blue C M Y K H S L
Decimal 243 79 12 0 0.67 0.95 0.05 17.4 0.91 0.5
Hex F3 4F C 0 43 5F 5 11 5B 32
Octal 363 117 14 0 103 137 5 21 133 62
Binary 11110011 1001111 1100 0 1000011 1011111 101 10001 1011011 110010

Color Harmonies of #F34F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34F0C

Black with #F34F0C

Text Example


Text Example

White with #F34F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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