Html Css Color HEX #FF3806 Orange Red

📋 copy color: '#FF3806'

red 255 ◦ green 56 ◦ blue 6

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

Shades of Orange Red #FF3806

Tints of Orange Red #FF3806

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.67%

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

R = 80.44%
G = 17.67%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF3806 (or 0xFF3806) is known color: Orange Red. HEX triplet: FF, 38 and 06. RGB value is (255,56,6). Sum of RGB (Red+Green+Blue) = 255+56+6=317 (41% of max value = 765). Red value is 255 (100% from 255 or 80.44% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 6 (2.73% from 255 or 1.89% from 317); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3806 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3806 is #00C7F9. Grayscale: #6E6E6E. Windows color (decimal): -51194 or 407807. OLE color: 407807.

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

Color convert

RGB 255 56 6 -
CMYK 0 0.78 0.98 0
HSL 12.05º 1% 0.51% -
HSV(B) 12.05º 0.98% 1% -
XYZ 42.69 24.1 2.57 -
YUV 109.8 69.43 231.57 -
System Red Green Blue C M Y K H S L
Decimal 255 56 6 0 0.78 0.98 0 12.05 1 0.51
Hex FF 38 6 0 4E 62 0 C 64 33
Octal 377 70 6 0 116 142 0 14 144 63
Binary 11111111 111000 110 0 1001110 1100010 0 1100 1100100 110011

Color Harmonies of #FF3806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3806

Black with #FF3806

Text Example


Text Example

White with #FF3806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3806; }

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

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

background-color css

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

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

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

border-color css

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

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

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