Html Css Color HEX #F5652B Burnt Orange

📋 copy color: '#F5652B'

red 245 ◦ green 101 ◦ blue 43

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

Shades of Burnt Orange #F5652B

Tints of Burnt Orange #F5652B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.96%

 BLUE value IS 43 (17.19% from 255) = 11.05%

R = 62.98%
G = 25.96%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F5652B (or 0xF5652B) is known color: Burnt Orange. HEX triplet: F5, 65 and 2B. RGB value is (245,101,43). Sum of RGB (Red+Green+Blue) = 245+101+43=389 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.98% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 43 (17.19% from 255 or 11.05% from 389); Max value from RGB is 245 - color contains mainly: red. Hex color #F5652B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5652B is #0A9AD4. Grayscale: #898989. Windows color (decimal): -694997 or 2844149. OLE color: 2844149.

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

Color convert

RGB 245 101 43 -
CMYK 0 0.59 0.82 0.04
HSL 17.23º 0.91% 0.56% -
HSV(B) 17.23º 0.82% 0.96% -
XYZ 42.75 28.89 5.61 -
YUV 137.44 74.71 204.72 -
System Red Green Blue C M Y K H S L
Decimal 245 101 43 0 0.59 0.82 0.04 17.23 0.91 0.56
Hex F5 65 2B 0 3B 52 4 11 5B 38
Octal 365 145 53 0 73 122 4 21 133 70
Binary 11110101 1100101 101011 0 111011 1010010 100 10001 1011011 111000

Color Harmonies of #F5652B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5652B

Black with #F5652B

Text Example


Text Example

White with #F5652B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5652B; }

 p { color: rgb(245,101,43); }

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

background-color css

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

 a { background-color: rgb(245,101,43); }

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

border-color css

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

 span { border-color: rgb(245,101,43); }

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