Html Css Color HEX #FF7742 Burnt Orange

📋 copy color: '#FF7742'

red 255 ◦ green 119 ◦ blue 66

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

Shades of Burnt Orange #FF7742

Tints of Burnt Orange #FF7742

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.05%

 BLUE value IS 66 (26.17% from 255) = 15%

R = 57.95%
G = 27.05%
B = 15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#FF7742 (or 0xFF7742) is known color: Burnt Orange. HEX triplet: FF, 77 and 42. RGB value is (255,119,66). Sum of RGB (Red+Green+Blue) = 255+119+66=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 119 (46.88% from 255 or 27.05% from 440); Blue value is 66 (26.17% from 255 or 15% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7742 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7742 is #0088BD. Grayscale: #999999. Windows color (decimal): -35006 or 4356095. OLE color: 4356095.

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

Color convert

RGB 255 119 66 -
CMYK 0 0.53 0.74 0
HSL 16.83º 1% 0.63% -
HSV(B) 16.83º 0.74% 1% -
XYZ 48.82 34.85 9.31 -
YUV 153.62 78.56 200.31 -
System Red Green Blue C M Y K H S L
Decimal 255 119 66 0 0.53 0.74 0 16.83 1 0.63
Hex FF 77 42 0 35 4A 0 11 64 3F
Octal 377 167 102 0 65 112 0 21 144 77
Binary 11111111 1110111 1000010 0 110101 1001010 0 10001 1100100 111111

Color Harmonies of #FF7742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7742

Black with #FF7742

Text Example


Text Example

White with #FF7742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7742; }

 p { color: rgb(255,119,66); }

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

background-color css

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

 a { background-color: rgb(255,119,66); }

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

border-color css

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

 span { border-color: rgb(255,119,66); }

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