Html Css Color HEX #F34F0D International Orange

📋 copy color: '#F34F0D'

red 243 ◦ green 79 ◦ blue 13

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

Shades of International Orange #F34F0D

Tints of International Orange #F34F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.88%

R = 72.54%
G = 23.58%
B = 3.88%

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

#F34F0D (or 0xF34F0D) is known color: International Orange. HEX triplet: F3, 4F and 0D. RGB value is (243,79,13). Sum of RGB (Red+Green+Blue) = 243+79+13=335 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.54% from 335); Green value is 79 (31.25% from 255 or 23.58% from 335); Blue value is 13 (5.47% from 255 or 3.88% from 335); Max value from RGB is 243 - color contains mainly: red. Hex color #F34F0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F34F0D is #0CB0F2. Grayscale: #787878. Windows color (decimal): -831731 or 872435. OLE color: 872435.

HSL color Cylindrical-coordinate representation of color #F34F0D: hue angle of 17.22º 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 #F34F0D is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 79 13 -
CMYK 0 0.67 0.95 0.05
HSL 17.22º 0.91% 0.5% -
HSV(B) 17.22º 0.95% 0.95% -
XYZ 39.83 24.68 3.04 -
YUV 120.51 67.33 215.37 -
System Red Green Blue C M Y K H S L
Decimal 243 79 13 0 0.67 0.95 0.05 17.22 0.91 0.5
Hex F3 4F D 0 43 5F 5 11 5B 32
Octal 363 117 15 0 103 137 5 21 133 62
Binary 11110011 1001111 1101 0 1000011 1011111 101 10001 1011011 110010

Color Harmonies of #F34F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34F0D

Black with #F34F0D

Text Example


Text Example

White with #F34F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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