Html Css Color HEX #FD7A2C Burnt Orange

📋 copy color: '#FD7A2C'

red 253 ◦ green 122 ◦ blue 44

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

Shades of Burnt Orange #FD7A2C

Tints of Burnt Orange #FD7A2C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.12%

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

R = 60.38%
G = 29.12%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD7A2C (or 0xFD7A2C) is known color: Burnt Orange. HEX triplet: FD, 7A and 2C. RGB value is (253,122,44). Sum of RGB (Red+Green+Blue) = 253+122+44=419 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.38% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 44 (17.58% from 255 or 10.50% from 419); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7A2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7A2C is #0285D3. Grayscale: #989898. Windows color (decimal): -165332 or 2915069. OLE color: 2915069.

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

Color convert

RGB 253 122 44 -
CMYK 0 0.52 0.83 0.01
HSL 22.39º 0.98% 0.58% -
HSV(B) 22.39º 0.83% 0.99% -
XYZ 47.92 34.98 6.61 -
YUV 152.28 66.9 199.84 -
System Red Green Blue C M Y K H S L
Decimal 253 122 44 0 0.52 0.83 0.01 22.39 0.98 0.58
Hex FD 7A 2C 0 34 53 1 16 62 3A
Octal 375 172 54 0 64 123 1 26 142 72
Binary 11111101 1111010 101100 0 110100 1010011 1 10110 1100010 111010

Color Harmonies of #FD7A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7A2C

Black with #FD7A2C

Text Example


Text Example

White with #FD7A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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