Html Css Color HEX #F03D00 Orange Red

📋 copy color: '#F03D00'

red 240 ◦ green 61 ◦ blue 0

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

Shades of Orange Red #F03D00

Tints of Orange Red #F03D00

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.27%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.73%
G = 20.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F03D00 (or 0xF03D00) is known color: Orange Red. HEX triplet: F0, 3D and 00. RGB value is (240,61,0). Sum of RGB (Red+Green+Blue) = 240+61+0=301 (39% of max value = 765). Red value is 240 (94.14% from 255 or 79.73% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 240 - color contains mainly: red. Hex color #F03D00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03D00 is #0FC2FF. Grayscale: #6B6B6B. Windows color (decimal): -1032960 or 15856. OLE color: 15856.

HSL color Cylindrical-coordinate representation of color #F03D00: hue angle of 15.25º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F03D00 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 61 0 -
CMYK 0 0.75 1 0.06
HSL 15.25º 1% 0.47% -
HSV(B) 15.25º 1% 0.94% -
XYZ 37.6 21.86 2.24 -
YUV 107.57 67.3 222.46 -
System Red Green Blue C M Y K H S L
Decimal 240 61 0 0 0.75 1 0.06 15.25 1 0.47
Hex F0 3D 0 0 4B 64 6 F 64 2F
Octal 360 75 0 0 113 144 6 17 144 57
Binary 11110000 111101 0 0 1001011 1100100 110 1111 1100100 101111

Color Harmonies of #F03D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03D00

Black with #F03D00

Text Example


Text Example

White with #F03D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03D00; }

 p { color: rgb(240,61,0); }

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

background-color css

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

 a { background-color: rgb(240,61,0); }

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

border-color css

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

 span { border-color: rgb(240,61,0); }

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