Html Css Color HEX #FF672D Burnt Orange

📋 copy color: '#FF672D'

red 255 ◦ green 103 ◦ blue 45

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

Shades of Burnt Orange #FF672D

Tints of Burnt Orange #FF672D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.17%

R = 63.28%
G = 25.56%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FF672D (or 0xFF672D) is known color: Burnt Orange. HEX triplet: FF, 67 and 2D. RGB value is (255,103,45). Sum of RGB (Red+Green+Blue) = 255+103+45=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 45 (17.97% from 255 or 11.17% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF672D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF672D is #0098D2. Grayscale: #8E8E8E. Windows color (decimal): -39123 or 2975743. OLE color: 2975743.

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

Color convert

RGB 255 103 45 -
CMYK 0 0.60 0.82 0
HSL 16.57º 1% 0.59% -
HSV(B) 16.57º 0.82% 1% -
XYZ 46.56 31.15 6.04 -
YUV 141.84 73.36 208.72 -
System Red Green Blue C M Y K H S L
Decimal 255 103 45 0 0.60 0.82 0 16.57 1 0.59
Hex FF 67 2D 0 3C 52 0 11 64 3B
Octal 377 147 55 0 74 122 0 21 144 73
Binary 11111111 1100111 101101 0 111100 1010010 0 10001 1100100 111011

Color Harmonies of #FF672D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF672D

Black with #FF672D

Text Example


Text Example

White with #FF672D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF672D; }

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

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

background-color css

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

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

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

border-color css

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

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

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