Html Css Color HEX #F04303 Orange Red

📋 copy color: '#F04303'

red 240 ◦ green 67 ◦ blue 3

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

Shades of Orange Red #F04303

Tints of Orange Red #F04303

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.61%

 BLUE value IS 3 (1.56% from 255) = 0.97%

R = 77.42%
G = 21.61%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F04303 (or 0xF04303) is known color: Orange Red. HEX triplet: F0, 43 and 03. RGB value is (240,67,3). Sum of RGB (Red+Green+Blue) = 240+67+3=310 (41% of max value = 765). Red value is 240 (94.14% from 255 or 77.42% from 310); Green value is 67 (26.56% from 255 or 21.61% from 310); Blue value is 3 (1.56% from 255 or 0.97% from 310); Max value from RGB is 240 - color contains mainly: red. Hex color #F04303 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04303 is #0FBCFC. Grayscale: #6F6F6F. Windows color (decimal): -1031421 or 214000. OLE color: 214000.

HSL color Cylindrical-coordinate representation of color #F04303: hue angle of 16.2º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F04303 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 67 3 -
CMYK 0 0.72 0.99 0.06
HSL 16.2º 0.98% 0.48% -
HSV(B) 16.2º 0.99% 0.94% -
XYZ 37.96 22.55 2.44 -
YUV 111.43 66.81 219.7 -
System Red Green Blue C M Y K H S L
Decimal 240 67 3 0 0.72 0.99 0.06 16.2 0.98 0.48
Hex F0 43 3 0 48 63 6 10 62 30
Octal 360 103 3 0 110 143 6 20 142 60
Binary 11110000 1000011 11 0 1001000 1100011 110 10000 1100010 110000

Color Harmonies of #F04303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04303

Black with #F04303

Text Example


Text Example

White with #F04303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04303; }

 p { color: rgb(240,67,3); }

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

background-color css

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

 a { background-color: rgb(240,67,3); }

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

border-color css

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

 span { border-color: rgb(240,67,3); }

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