Html Css Color HEX #FF7038 Burnt Orange

📋 copy color: '#FF7038'

red 255 ◦ green 112 ◦ blue 56

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

Shades of Burnt Orange #FF7038

Tints of Burnt Orange #FF7038

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.48%

 BLUE value IS 56 (22.27% from 255) = 13.24%

R = 60.28%
G = 26.48%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.78

 K value IS 0

RGB Variations

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

Color information

#FF7038 (or 0xFF7038) is known color: Burnt Orange. HEX triplet: FF, 70 and 38. RGB value is (255,112,56). Sum of RGB (Red+Green+Blue) = 255+112+56=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 56 (22.27% from 255 or 13.24% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7038 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7038 is #008FC7. Grayscale: #949494. Windows color (decimal): -36808 or 3698943. OLE color: 3698943.

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

Color convert

RGB 255 112 56 -
CMYK 0 0.56 0.78 0
HSL 16.88º 1% 0.61% -
HSV(B) 16.88º 0.78% 1% -
XYZ 47.75 33.13 7.62 -
YUV 148.37 75.88 204.05 -
System Red Green Blue C M Y K H S L
Decimal 255 112 56 0 0.56 0.78 0 16.88 1 0.61
Hex FF 70 38 0 38 4E 0 11 64 3D
Octal 377 160 70 0 70 116 0 21 144 75
Binary 11111111 1110000 111000 0 111000 1001110 0 10001 1100100 111101

Color Harmonies of #FF7038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7038

Black with #FF7038

Text Example


Text Example

White with #FF7038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7038; }

 p { color: rgb(255,112,56); }

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

background-color css

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

 a { background-color: rgb(255,112,56); }

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

border-color css

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

 span { border-color: rgb(255,112,56); }

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