Html Css Color HEX #F5420B Orange Red

📋 copy color: '#F5420B'

red 245 ◦ green 66 ◦ blue 11

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

Shades of Orange Red #F5420B

Tints of Orange Red #F5420B

RGB

 RED value IS 245 (96.09% from 255) = 76.09%

 GREEN value IS 66 (26.17% from 255) = 20.5%

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

R = 76.09%
G = 20.5%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F5420B (or 0xF5420B) is known color: Orange Red. HEX triplet: F5, 42 and 0B. RGB value is (245,66,11). Sum of RGB (Red+Green+Blue) = 245+66+11=322 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.09% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 11 (4.69% from 255 or 3.42% from 322); Max value from RGB is 245 - color contains mainly: red. Hex color #F5420B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5420B is #0ABDF4. Grayscale: #717171. Windows color (decimal): -703989 or 738037. OLE color: 738037.

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

Color convert

RGB 245 66 11 -
CMYK 0 0.73 0.96 0.04
HSL 14.1º 0.92% 0.5% -
HSV(B) 14.1º 0.96% 0.96% -
XYZ 39.66 23.33 2.73 -
YUV 113.25 70.3 221.97 -
System Red Green Blue C M Y K H S L
Decimal 245 66 11 0 0.73 0.96 0.04 14.1 0.92 0.5
Hex F5 42 B 0 49 60 4 E 5C 32
Octal 365 102 13 0 111 140 4 16 134 62
Binary 11110101 1000010 1011 0 1001001 1100000 100 1110 1011100 110010

Color Harmonies of #F5420B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5420B

Black with #F5420B

Text Example


Text Example

White with #F5420B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5420B; }

 p { color: rgb(245,66,11); }

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

background-color css

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

 a { background-color: rgb(245,66,11); }

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

border-color css

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

 span { border-color: rgb(245,66,11); }

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