Html Css Color HEX #FF7B2E Burnt Orange

📋 copy color: '#FF7B2E'

red 255 ◦ green 123 ◦ blue 46

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

Shades of Burnt Orange #FF7B2E

Tints of Burnt Orange #FF7B2E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.01%

 BLUE value IS 46 (18.36% from 255) = 10.85%

R = 60.14%
G = 29.01%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FF7B2E (or 0xFF7B2E) is known color: Burnt Orange. HEX triplet: FF, 7B and 2E. RGB value is (255,123,46). Sum of RGB (Red+Green+Blue) = 255+123+46=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 46 (18.36% from 255 or 10.85% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7B2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7B2E is #0084D1. Grayscale: #9A9A9A. Windows color (decimal): -34002 or 3046399. OLE color: 3046399.

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

Color convert

RGB 255 123 46 -
CMYK 0 0.52 0.82 0
HSL 22.11º 1% 0.59% -
HSV(B) 22.11º 0.82% 1% -
XYZ 48.82 35.62 6.89 -
YUV 153.69 67.23 200.26 -
System Red Green Blue C M Y K H S L
Decimal 255 123 46 0 0.52 0.82 0 22.11 1 0.59
Hex FF 7B 2E 0 34 52 0 16 64 3B
Octal 377 173 56 0 64 122 0 26 144 73
Binary 11111111 1111011 101110 0 110100 1010010 0 10110 1100100 111011

Color Harmonies of #FF7B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7B2E

Black with #FF7B2E

Text Example


Text Example

White with #FF7B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7B2E; }

 p { color: rgb(255,123,46); }

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

background-color css

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

 a { background-color: rgb(255,123,46); }

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

border-color css

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

 span { border-color: rgb(255,123,46); }

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