Html Css Color HEX #F03F0D Orange Red

📋 copy color: '#F03F0D'

red 240 ◦ green 63 ◦ blue 13

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

Shades of Orange Red #F03F0D

Tints of Orange Red #F03F0D

RGB

 RED value IS 240 (94.14% from 255) = 75.95%

 GREEN value IS 63 (25% from 255) = 19.94%

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

R = 75.95%
G = 19.94%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F03F0D (or 0xF03F0D) is known color: Orange Red. HEX triplet: F0, 3F and 0D. RGB value is (240,63,13). Sum of RGB (Red+Green+Blue) = 240+63+13=316 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.95% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 13 (5.47% from 255 or 4.11% from 316); Max value from RGB is 240 - color contains mainly: red. Hex color #F03F0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03F0D is #0FC0F2. Grayscale: #6E6E6E. Windows color (decimal): -1032435 or 868336. OLE color: 868336.

HSL color Cylindrical-coordinate representation of color #F03F0D: hue angle of 13.22º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F03F0D is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 63 13 -
CMYK 0 0.74 0.95 0.06
HSL 13.22º 0.9% 0.5% -
HSV(B) 13.22º 0.95% 0.94% -
XYZ 37.79 22.11 2.66 -
YUV 110.22 73.14 220.57 -
System Red Green Blue C M Y K H S L
Decimal 240 63 13 0 0.74 0.95 0.06 13.22 0.9 0.5
Hex F0 3F D 0 4A 5F 6 D 5A 32
Octal 360 77 15 0 112 137 6 15 132 62
Binary 11110000 111111 1101 0 1001010 1011111 110 1101 1011010 110010

Color Harmonies of #F03F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03F0D

Black with #F03F0D

Text Example


Text Example

White with #F03F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03F0D; }

 p { color: rgb(240,63,13); }

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

background-color css

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

 a { background-color: rgb(240,63,13); }

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

border-color css

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

 span { border-color: rgb(240,63,13); }

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