Html Css Color HEX #FF672A Burnt Orange

📋 copy color: '#FF672A'

red 255 ◦ green 103 ◦ blue 42

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

Shades of Burnt Orange #FF672A

Tints of Burnt Orange #FF672A

RGB

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

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

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

R = 63.75%
G = 25.75%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF672A (or 0xFF672A) is known color: Burnt Orange. HEX triplet: FF, 67 and 2A. RGB value is (255,103,42). Sum of RGB (Red+Green+Blue) = 255+103+42=400 (52% of max value = 765). Red value is 255 (100% from 255 or 63.75% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 42 (16.80% from 255 or 10.5% from 400); Max value from RGB is 255 - color contains mainly: red. Hex color #FF672A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF672A is #0098D5. Grayscale: #8D8D8D. Windows color (decimal): -39126 or 2779135. OLE color: 2779135.

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

Color convert

RGB 255 103 42 -
CMYK 0 0.60 0.84 0
HSL 17.18º 1% 0.58% -
HSV(B) 17.18º 0.84% 1% -
XYZ 46.51 31.13 5.75 -
YUV 141.49 71.86 208.96 -
System Red Green Blue C M Y K H S L
Decimal 255 103 42 0 0.60 0.84 0 17.18 1 0.58
Hex FF 67 2A 0 3C 54 0 11 64 3A
Octal 377 147 52 0 74 124 0 21 144 72
Binary 11111111 1100111 101010 0 111100 1010100 0 10001 1100100 111010

Color Harmonies of #FF672A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF672A

Black with #FF672A

Text Example


Text Example

White with #FF672A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF672A; }

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

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

background-color css

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

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

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

border-color css

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

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

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