Html Css Color HEX #FF7427 Burnt Orange

📋 copy color: '#FF7427'

red 255 ◦ green 116 ◦ blue 39

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

Shades of Burnt Orange #FF7427

Tints of Burnt Orange #FF7427

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.29%

 BLUE value IS 39 (15.63% from 255) = 9.51%

R = 62.2%
G = 28.29%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FF7427 (or 0xFF7427) is known color: Burnt Orange. HEX triplet: FF, 74 and 27. RGB value is (255,116,39). Sum of RGB (Red+Green+Blue) = 255+116+39=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 39 (15.62% from 255 or 9.51% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7427 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7427 is #008BD8. Grayscale: #959595. Windows color (decimal): -35801 or 2585855. OLE color: 2585855.

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

Color convert

RGB 255 116 39 -
CMYK 0 0.55 0.85 0
HSL 21.39º 1% 0.58% -
HSV(B) 21.39º 0.85% 1% -
XYZ 47.85 33.9 5.94 -
YUV 148.78 66.05 203.76 -
System Red Green Blue C M Y K H S L
Decimal 255 116 39 0 0.55 0.85 0 21.39 1 0.58
Hex FF 74 27 0 37 55 0 15 64 3A
Octal 377 164 47 0 67 125 0 25 144 72
Binary 11111111 1110100 100111 0 110111 1010101 0 10101 1100100 111010

Color Harmonies of #FF7427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7427

Black with #FF7427

Text Example


Text Example

White with #FF7427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7427; }

 p { color: rgb(255,116,39); }

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

background-color css

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

 a { background-color: rgb(255,116,39); }

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

border-color css

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

 span { border-color: rgb(255,116,39); }

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