Html Css Color HEX #FF7A38 Burnt Orange

📋 copy color: '#FF7A38'

red 255 ◦ green 122 ◦ blue 56

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

Shades of Burnt Orange #FF7A38

Tints of Burnt Orange #FF7A38

RGB

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

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

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

R = 58.89%
G = 28.18%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.78

 K value IS 0

RGB Variations

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

Color information

#FF7A38 (or 0xFF7A38) is known color: Burnt Orange. HEX triplet: FF, 7A and 38. RGB value is (255,122,56). Sum of RGB (Red+Green+Blue) = 255+122+56=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 56 (22.27% from 255 or 12.93% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A38 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7A38 is #0085C7. Grayscale: #9A9A9A. Windows color (decimal): -34248 or 3701503. OLE color: 3701503.

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

Color convert

RGB 255 122 56 -
CMYK 0 0.52 0.78 0
HSL 19.9º 1% 0.61% -
HSV(B) 19.9º 0.78% 1% -
XYZ 48.91 35.46 8.01 -
YUV 154.24 72.56 199.87 -
System Red Green Blue C M Y K H S L
Decimal 255 122 56 0 0.52 0.78 0 19.9 1 0.61
Hex FF 7A 38 0 34 4E 0 14 64 3D
Octal 377 172 70 0 64 116 0 24 144 75
Binary 11111111 1111010 111000 0 110100 1001110 0 10100 1100100 111101

Color Harmonies of #FF7A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7A38

Black with #FF7A38

Text Example


Text Example

White with #FF7A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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