Html Css Color HEX #FD6C2A Burnt Orange

📋 copy color: '#FD6C2A'

red 253 ◦ green 108 ◦ blue 42

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

Shades of Burnt Orange #FD6C2A

Tints of Burnt Orange #FD6C2A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.8%

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

R = 62.78%
G = 26.8%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD6C2A (or 0xFD6C2A) is known color: Burnt Orange. HEX triplet: FD, 6C and 2A. RGB value is (253,108,42). Sum of RGB (Red+Green+Blue) = 253+108+42=403 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.78% from 403); Green value is 108 (42.58% from 255 or 26.80% from 403); Blue value is 42 (16.80% from 255 or 10.42% from 403); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6C2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6C2A is #0293D5. Grayscale: #909090. Windows color (decimal): -168918 or 2780413. OLE color: 2780413.

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

Color convert

RGB 253 108 42 -
CMYK 0 0.57 0.83 0.01
HSL 18.77º 0.98% 0.58% -
HSV(B) 18.77º 0.83% 0.99% -
XYZ 46.29 31.77 5.88 -
YUV 143.83 70.54 205.87 -
System Red Green Blue C M Y K H S L
Decimal 253 108 42 0 0.57 0.83 0.01 18.77 0.98 0.58
Hex FD 6C 2A 0 39 53 1 13 62 3A
Octal 375 154 52 0 71 123 1 23 142 72
Binary 11111101 1101100 101010 0 111001 1010011 1 10011 1100010 111010

Color Harmonies of #FD6C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6C2A

Black with #FD6C2A

Text Example


Text Example

White with #FD6C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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