Html Css Color HEX #FD672A Burnt Orange

📋 copy color: '#FD672A'

red 253 ◦ green 103 ◦ blue 42

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

Shades of Burnt Orange #FD672A

Tints of Burnt Orange #FD672A

RGB

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

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

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

R = 63.57%
G = 25.88%
B = 10.55%

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

#FD672A (or 0xFD672A) is known color: Burnt Orange. HEX triplet: FD, 67 and 2A. RGB value is (253,103,42). Sum of RGB (Red+Green+Blue) = 253+103+42=398 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.57% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 42 (16.80% from 255 or 10.55% from 398); Max value from RGB is 253 - color contains mainly: red. Hex color #FD672A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD672A is #0298D5. Grayscale: #8D8D8D. Windows color (decimal): -170198 or 2779133. OLE color: 2779133.

HSL color Cylindrical-coordinate representation of color #FD672A: hue angle of 17.35º 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 #FD672A is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 103 42 -
CMYK 0 0.59 0.83 0.01
HSL 17.35º 0.98% 0.58% -
HSV(B) 17.35º 0.83% 0.99% -
XYZ 45.78 30.75 5.71 -
YUV 140.9 72.2 207.96 -
System Red Green Blue C M Y K H S L
Decimal 253 103 42 0 0.59 0.83 0.01 17.35 0.98 0.58
Hex FD 67 2A 0 3B 53 1 11 62 3A
Octal 375 147 52 0 73 123 1 21 142 72
Binary 11111101 1100111 101010 0 111011 1010011 1 10001 1100010 111010

Color Harmonies of #FD672A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD672A

Black with #FD672A

Text Example


Text Example

White with #FD672A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD672A; }

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

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

background-color css

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

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

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

border-color css

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

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

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