Html Css Color HEX #FF7F3B Burnt Orange

📋 copy color: '#FF7F3B'

red 255 ◦ green 127 ◦ blue 59

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

Shades of Burnt Orange #FF7F3B

Tints of Burnt Orange #FF7F3B

RGB

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

 GREEN value IS 127 (50% from 255) = 28.8%

 BLUE value IS 59 (23.44% from 255) = 13.38%

R = 57.82%
G = 28.8%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#FF7F3B (or 0xFF7F3B) is known color: Burnt Orange. HEX triplet: FF, 7F and 3B. RGB value is (255,127,59). Sum of RGB (Red+Green+Blue) = 255+127+59=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 59 (23.44% from 255 or 13.38% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F3B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7F3B is #0080C4. Grayscale: #9D9D9D. Windows color (decimal): -32965 or 3899391. OLE color: 3899391.

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

Color convert

RGB 255 127 59 -
CMYK 0 0.50 0.77 0
HSL 20.82º 1% 0.62% -
HSV(B) 20.82º 0.77% 1% -
XYZ 49.62 36.75 8.62 -
YUV 157.52 72.41 197.53 -
System Red Green Blue C M Y K H S L
Decimal 255 127 59 0 0.50 0.77 0 20.82 1 0.62
Hex FF 7F 3B 0 32 4D 0 15 64 3E
Octal 377 177 73 0 62 115 0 25 144 76
Binary 11111111 1111111 111011 0 110010 1001101 0 10101 1100100 111110

Color Harmonies of #FF7F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7F3B

Black with #FF7F3B

Text Example


Text Example

White with #FF7F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7F3B; }

 p { color: rgb(255,127,59); }

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

background-color css

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

 a { background-color: rgb(255,127,59); }

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

border-color css

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

 span { border-color: rgb(255,127,59); }

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