Html Css Color HEX #FF672C Burnt Orange

📋 copy color: '#FF672C'

red 255 ◦ green 103 ◦ blue 44

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

Shades of Burnt Orange #FF672C

Tints of Burnt Orange #FF672C

RGB

 RED value IS 255 (100% from 255) = 63.43%

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

 BLUE value IS 44 (17.58% from 255) = 10.95%

R = 63.43%
G = 25.62%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FF672C (or 0xFF672C) is known color: Burnt Orange. HEX triplet: FF, 67 and 2C. RGB value is (255,103,44). Sum of RGB (Red+Green+Blue) = 255+103+44=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 44 (17.58% from 255 or 10.95% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF672C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF672C is #0098D3. Grayscale: #8E8E8E. Windows color (decimal): -39124 or 2910207. OLE color: 2910207.

HSL color Cylindrical-coordinate representation of color #FF672C: hue angle of 16.78º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF672C is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.

Color convert

RGB 255 103 44 -
CMYK 0 0.60 0.83 0
HSL 16.78º 1% 0.59% -
HSV(B) 16.78º 0.83% 1% -
XYZ 46.54 31.14 5.94 -
YUV 141.72 72.86 208.8 -
System Red Green Blue C M Y K H S L
Decimal 255 103 44 0 0.60 0.83 0 16.78 1 0.59
Hex FF 67 2C 0 3C 53 0 11 64 3B
Octal 377 147 54 0 74 123 0 21 144 73
Binary 11111111 1100111 101100 0 111100 1010011 0 10001 1100100 111011

Color Harmonies of #FF672C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF672C

Black with #FF672C

Text Example


Text Example

White with #FF672C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF672C; }

 p { color: rgb(255,103,44); }

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

background-color css

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

 a { background-color: rgb(255,103,44); }

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

border-color css

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

 span { border-color: rgb(255,103,44); }

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