Html Css Color HEX #FF3606 Orange Red

📋 copy color: '#FF3606'

red 255 ◦ green 54 ◦ blue 6

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

Shades of Orange Red #FF3606

Tints of Orange Red #FF3606

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.14%

 BLUE value IS 6 (2.73% from 255) = 1.9%

R = 80.95%
G = 17.14%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF3606 (or 0xFF3606) is known color: Orange Red. HEX triplet: FF, 36 and 06. RGB value is (255,54,6). Sum of RGB (Red+Green+Blue) = 255+54+6=315 (41% of max value = 765). Red value is 255 (100% from 255 or 80.95% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 6 (2.73% from 255 or 1.90% from 315); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3606 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3606 is #00C9F9. Grayscale: #6D6D6D. Windows color (decimal): -51706 or 407295. OLE color: 407295.

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

Color convert

RGB 255 54 6 -
CMYK 0 0.79 0.98 0
HSL 11.57º 1% 0.51% -
HSV(B) 11.57º 0.98% 1% -
XYZ 42.59 23.91 2.54 -
YUV 108.63 70.09 232.4 -
System Red Green Blue C M Y K H S L
Decimal 255 54 6 0 0.79 0.98 0 11.57 1 0.51
Hex FF 36 6 0 4F 62 0 C 64 33
Octal 377 66 6 0 117 142 0 14 144 63
Binary 11111111 110110 110 0 1001111 1100010 0 1100 1100100 110011

Color Harmonies of #FF3606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3606

Black with #FF3606

Text Example


Text Example

White with #FF3606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3606; }

 p { color: rgb(255,54,6); }

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

background-color css

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

 a { background-color: rgb(255,54,6); }

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

border-color css

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

 span { border-color: rgb(255,54,6); }

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