Html Css Color HEX #FD672C Burnt Orange

📋 copy color: '#FD672C'

red 253 ◦ green 103 ◦ blue 44

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

Shades of Burnt Orange #FD672C

Tints of Burnt Orange #FD672C

RGB

 RED value IS 253 (99.22% from 255) = 63.25%

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

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

R = 63.25%
G = 25.75%
B = 11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD672C (or 0xFD672C) is known color: Burnt Orange. HEX triplet: FD, 67 and 2C. RGB value is (253,103,44). Sum of RGB (Red+Green+Blue) = 253+103+44=400 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.25% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 44 (17.58% from 255 or 11% from 400); Max value from RGB is 253 - color contains mainly: red. Hex color #FD672C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD672C is #0298D3. Grayscale: #8D8D8D. Windows color (decimal): -170196 or 2910205. OLE color: 2910205.

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

Color convert

RGB 253 103 44 -
CMYK 0 0.59 0.83 0.01
HSL 16.94º 0.98% 0.58% -
HSV(B) 16.94º 0.83% 0.99% -
XYZ 45.81 30.76 5.91 -
YUV 141.12 73.2 207.8 -
System Red Green Blue C M Y K H S L
Decimal 253 103 44 0 0.59 0.83 0.01 16.94 0.98 0.58
Hex FD 67 2C 0 3B 53 1 11 62 3A
Octal 375 147 54 0 73 123 1 21 142 72
Binary 11111101 1100111 101100 0 111011 1010011 1 10001 1100010 111010

Color Harmonies of #FD672C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD672C

Black with #FD672C

Text Example


Text Example

White with #FD672C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD672C; }

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

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

background-color css

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

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

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

border-color css

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

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

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