Html Css Color HEX #F3400B Orange Red

📋 copy color: '#F3400B'

red 243 ◦ green 64 ◦ blue 11

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

Shades of Orange Red #F3400B

Tints of Orange Red #F3400B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.13%

 BLUE value IS 11 (4.69% from 255) = 3.46%

R = 76.42%
G = 20.13%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F3400B (or 0xF3400B) is known color: Orange Red. HEX triplet: F3, 40 and 0B. RGB value is (243,64,11). Sum of RGB (Red+Green+Blue) = 243+64+11=318 (42% of max value = 765). Red value is 243 (95.31% from 255 or 76.42% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 11 (4.69% from 255 or 3.46% from 318); Max value from RGB is 243 - color contains mainly: red. Hex color #F3400B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F3400B is #0CBFF4. Grayscale: #6F6F6F. Windows color (decimal): -835573 or 737523. OLE color: 737523.

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

Color convert

RGB 243 64 11 -
CMYK 0 0.74 0.95 0.05
HSL 13.71º 0.91% 0.5% -
HSV(B) 13.71º 0.95% 0.95% -
XYZ 38.86 22.75 2.66 -
YUV 111.48 71.3 221.81 -
System Red Green Blue C M Y K H S L
Decimal 243 64 11 0 0.74 0.95 0.05 13.71 0.91 0.5
Hex F3 40 B 0 4A 5F 5 E 5B 32
Octal 363 100 13 0 112 137 5 16 133 62
Binary 11110011 1000000 1011 0 1001010 1011111 101 1110 1011011 110010

Color Harmonies of #F3400B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3400B

Black with #F3400B

Text Example


Text Example

White with #F3400B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3400B; }

 p { color: rgb(243,64,11); }

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

background-color css

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

 a { background-color: rgb(243,64,11); }

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

border-color css

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

 span { border-color: rgb(243,64,11); }

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