Html Css Color HEX #FF662D Burnt Orange

📋 copy color: '#FF662D'

red 255 ◦ green 102 ◦ blue 45

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

Shades of Burnt Orange #FF662D

Tints of Burnt Orange #FF662D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.37%

 BLUE value IS 45 (17.97% from 255) = 11.19%

R = 63.43%
G = 25.37%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FF662D (or 0xFF662D) is known color: Burnt Orange. HEX triplet: FF, 66 and 2D. RGB value is (255,102,45). Sum of RGB (Red+Green+Blue) = 255+102+45=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 45 (17.97% from 255 or 11.19% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF662D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF662D is #0099D2. Grayscale: #8D8D8D. Windows color (decimal): -39379 or 2975487. OLE color: 2975487.

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

Color convert

RGB 255 102 45 -
CMYK 0 0.6 0.82 0
HSL 16.29º 1% 0.59% -
HSV(B) 16.29º 0.82% 1% -
XYZ 46.47 30.95 6.01 -
YUV 141.25 73.69 209.13 -
System Red Green Blue C M Y K H S L
Decimal 255 102 45 0 0.6 0.82 0 16.29 1 0.59
Hex FF 66 2D 0 3C 52 0 10 64 3B
Octal 377 146 55 0 74 122 0 20 144 73
Binary 11111111 1100110 101101 0 111100 1010010 0 10000 1100100 111011

Color Harmonies of #FF662D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF662D

Black with #FF662D

Text Example


Text Example

White with #FF662D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF662D; }

 p { color: rgb(255,102,45); }

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

background-color css

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

 a { background-color: rgb(255,102,45); }

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

border-color css

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

 span { border-color: rgb(255,102,45); }

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