Html Css Color HEX #F54023 Red Orange

📋 copy color: '#F54023'

red 245 ◦ green 64 ◦ blue 35

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

Shades of Red Orange #F54023

Tints of Red Orange #F54023

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.6%

 BLUE value IS 35 (14.06% from 255) = 10.17%

R = 71.22%
G = 18.6%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#F54023 (or 0xF54023) is known color: Red Orange. HEX triplet: F5, 40 and 23. RGB value is (245,64,35). Sum of RGB (Red+Green+Blue) = 245+64+35=344 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.22% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 35 (14.06% from 255 or 10.17% from 344); Max value from RGB is 245 - color contains mainly: red. Hex color #F54023 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54023 is #0ABFDC. Grayscale: #737373. Windows color (decimal): -704477 or 2310389. OLE color: 2310389.

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

Color convert

RGB 245 64 35 -
CMYK 0 0.74 0.86 0.04
HSL 8.29º 0.91% 0.55% -
HSV(B) 8.29º 0.86% 0.96% -
XYZ 39.79 23.2 3.97 -
YUV 114.81 82.97 220.86 -
System Red Green Blue C M Y K H S L
Decimal 245 64 35 0 0.74 0.86 0.04 8.29 0.91 0.55
Hex F5 40 23 0 4A 56 4 8 5B 37
Octal 365 100 43 0 112 126 4 10 133 67
Binary 11110101 1000000 100011 0 1001010 1010110 100 1000 1011011 110111

Color Harmonies of #F54023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54023

Black with #F54023

Text Example


Text Example

White with #F54023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54023; }

 p { color: rgb(245,64,35); }

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

background-color css

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

 a { background-color: rgb(245,64,35); }

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

border-color css

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

 span { border-color: rgb(245,64,35); }

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