Html Css Color HEX #FF3D06 Orange Red

📋 copy color: '#FF3D06'

red 255 ◦ green 61 ◦ blue 6

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

Shades of Orange Red #FF3D06

Tints of Orange Red #FF3D06

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.94%

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

R = 79.19%
G = 18.94%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF3D06 (or 0xFF3D06) is known color: Orange Red. HEX triplet: FF, 3D and 06. RGB value is (255,61,6). Sum of RGB (Red+Green+Blue) = 255+61+6=322 (42% of max value = 765). Red value is 255 (100% from 255 or 79.19% from 322); Green value is 61 (24.22% from 255 or 18.94% from 322); Blue value is 6 (2.73% from 255 or 1.86% from 322); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3D06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3D06 is #00C2F9. Grayscale: #717171. Windows color (decimal): -49914 or 409087. OLE color: 409087.

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

Color convert

RGB 255 61 6 -
CMYK 0 0.76 0.98 0
HSL 13.25º 1% 0.51% -
HSV(B) 13.25º 0.98% 1% -
XYZ 42.94 24.61 2.66 -
YUV 112.74 67.77 229.47 -
System Red Green Blue C M Y K H S L
Decimal 255 61 6 0 0.76 0.98 0 13.25 1 0.51
Hex FF 3D 6 0 4C 62 0 D 64 33
Octal 377 75 6 0 114 142 0 15 144 63
Binary 11111111 111101 110 0 1001100 1100010 0 1101 1100100 110011

Color Harmonies of #FF3D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3D06

Black with #FF3D06

Text Example


Text Example

White with #FF3D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3D06; }

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

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

background-color css

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

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

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

border-color css

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

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

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