Html Css Color HEX #F4380D Orange Red

📋 copy color: '#F4380D'

red 244 ◦ green 56 ◦ blue 13

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

Shades of Orange Red #F4380D

Tints of Orange Red #F4380D

RGB

 RED value IS 244 (95.7% from 255) = 77.96%

 GREEN value IS 56 (22.27% from 255) = 17.89%

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

R = 77.96%
G = 17.89%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F4380D (or 0xF4380D) is known color: Orange Red. HEX triplet: F4, 38 and 0D. RGB value is (244,56,13). Sum of RGB (Red+Green+Blue) = 244+56+13=313 (41% of max value = 765). Red value is 244 (95.70% from 255 or 77.96% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 244 - color contains mainly: red. Hex color #F4380D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F4380D is #0BC7F2. Grayscale: #6B6B6B. Windows color (decimal): -772083 or 866548. OLE color: 866548.

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

Color convert

RGB 244 56 13 -
CMYK 0 0.77 0.95 0.04
HSL 11.17º 0.91% 0.5% -
HSV(B) 11.17º 0.95% 0.96% -
XYZ 38.8 22.09 2.6 -
YUV 107.31 74.78 225.5 -
System Red Green Blue C M Y K H S L
Decimal 244 56 13 0 0.77 0.95 0.04 11.17 0.91 0.5
Hex F4 38 D 0 4D 5F 4 B 5B 32
Octal 364 70 15 0 115 137 4 13 133 62
Binary 11110100 111000 1101 0 1001101 1011111 100 1011 1011011 110010

Color Harmonies of #F4380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4380D

Black with #F4380D

Text Example


Text Example

White with #F4380D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4380D; }

 p { color: rgb(244,56,13); }

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

background-color css

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

 a { background-color: rgb(244,56,13); }

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

border-color css

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

 span { border-color: rgb(244,56,13); }

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