Html Css Color HEX #FF672B Burnt Orange

📋 copy color: '#FF672B'

red 255 ◦ green 103 ◦ blue 43

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

Shades of Burnt Orange #FF672B

Tints of Burnt Orange #FF672B

RGB

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

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

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

R = 63.59%
G = 25.69%
B = 10.72%

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

#FF672B (or 0xFF672B) is known color: Burnt Orange. HEX triplet: FF, 67 and 2B. RGB value is (255,103,43). Sum of RGB (Red+Green+Blue) = 255+103+43=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 43 (17.19% from 255 or 10.72% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF672B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF672B is #0098D4. Grayscale: #8D8D8D. Windows color (decimal): -39125 or 2844671. OLE color: 2844671.

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

Color convert

RGB 255 103 43 -
CMYK 0 0.60 0.83 0
HSL 16.98º 1% 0.58% -
HSV(B) 16.98º 0.83% 1% -
XYZ 46.53 31.13 5.84 -
YUV 141.61 72.36 208.88 -
System Red Green Blue C M Y K H S L
Decimal 255 103 43 0 0.60 0.83 0 16.98 1 0.58
Hex FF 67 2B 0 3C 53 0 11 64 3A
Octal 377 147 53 0 74 123 0 21 144 72
Binary 11111111 1100111 101011 0 111100 1010011 0 10001 1100100 111010

Color Harmonies of #FF672B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF672B

Black with #FF672B

Text Example


Text Example

White with #FF672B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF672B; }

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

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

background-color css

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

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

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

border-color css

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

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

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