Html Css Color HEX #FF3B0E Orange Red

📋 copy color: '#FF3B0E'

red 255 ◦ green 59 ◦ blue 14

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

Shades of Orange Red #FF3B0E

Tints of Orange Red #FF3B0E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.99%

 BLUE value IS 14 (5.86% from 255) = 4.27%

R = 77.74%
G = 17.99%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF3B0E (or 0xFF3B0E) is known color: Orange Red. HEX triplet: FF, 3B and 0E. RGB value is (255,59,14). Sum of RGB (Red+Green+Blue) = 255+59+14=328 (43% of max value = 765). Red value is 255 (100% from 255 or 77.74% from 328); Green value is 59 (23.44% from 255 or 17.99% from 328); Blue value is 14 (5.86% from 255 or 4.27% from 328); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3B0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3B0E is #00C4F1. Grayscale: #707070. Windows color (decimal): -50418 or 932863. OLE color: 932863.

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

Color convert

RGB 255 59 14 -
CMYK 0 0.77 0.95 0
HSL 11.2º 1% 0.53% -
HSV(B) 11.2º 0.95% 1% -
XYZ 42.88 24.42 2.87 -
YUV 112.47 72.43 229.66 -
System Red Green Blue C M Y K H S L
Decimal 255 59 14 0 0.77 0.95 0 11.2 1 0.53
Hex FF 3B E 0 4D 5F 0 B 64 35
Octal 377 73 16 0 115 137 0 13 144 65
Binary 11111111 111011 1110 0 1001101 1011111 0 1011 1100100 110101

Color Harmonies of #FF3B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3B0E

Black with #FF3B0E

Text Example


Text Example

White with #FF3B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3B0E; }

 p { color: rgb(255,59,14); }

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

background-color css

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

 a { background-color: rgb(255,59,14); }

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

border-color css

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

 span { border-color: rgb(255,59,14); }

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