Html Css Color HEX #F5672A Burnt Orange

📋 copy color: '#F5672A'

red 245 ◦ green 103 ◦ blue 42

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

Shades of Burnt Orange #F5672A

Tints of Burnt Orange #F5672A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.41%

 BLUE value IS 42 (16.8% from 255) = 10.77%

R = 62.82%
G = 26.41%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F5672A (or 0xF5672A) is known color: Burnt Orange. HEX triplet: F5, 67 and 2A. RGB value is (245,103,42). Sum of RGB (Red+Green+Blue) = 245+103+42=390 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.82% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 42 (16.80% from 255 or 10.77% from 390); Max value from RGB is 245 - color contains mainly: red. Hex color #F5672A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5672A is #0A98D5. Grayscale: #8A8A8A. Windows color (decimal): -694486 or 2779125. OLE color: 2779125.

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

Color convert

RGB 245 103 42 -
CMYK 0 0.58 0.83 0.04
HSL 18.03º 0.91% 0.56% -
HSV(B) 18.03º 0.83% 0.96% -
XYZ 42.92 29.28 5.58 -
YUV 138.5 73.54 203.96 -
System Red Green Blue C M Y K H S L
Decimal 245 103 42 0 0.58 0.83 0.04 18.03 0.91 0.56
Hex F5 67 2A 0 3A 53 4 12 5B 38
Octal 365 147 52 0 72 123 4 22 133 70
Binary 11110101 1100111 101010 0 111010 1010011 100 10010 1011011 111000

Color Harmonies of #F5672A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5672A

Black with #F5672A

Text Example


Text Example

White with #F5672A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5672A; }

 p { color: rgb(245,103,42); }

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

background-color css

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

 a { background-color: rgb(245,103,42); }

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

border-color css

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

 span { border-color: rgb(245,103,42); }

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