Html Css Color HEX #FF3E0B Orange Red

📋 copy color: '#FF3E0B'

red 255 ◦ green 62 ◦ blue 11

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

Shades of Orange Red #FF3E0B

Tints of Orange Red #FF3E0B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.9%

 BLUE value IS 11 (4.69% from 255) = 3.35%

R = 77.74%
G = 18.9%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF3E0B (or 0xFF3E0B) is known color: Orange Red. HEX triplet: FF, 3E and 0B. RGB value is (255,62,11). Sum of RGB (Red+Green+Blue) = 255+62+11=328 (43% of max value = 765). Red value is 255 (100% from 255 or 77.74% from 328); Green value is 62 (24.61% from 255 or 18.90% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3E0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3E0B is #00C1F4. Grayscale: #727272. Windows color (decimal): -49653 or 737023. OLE color: 737023.

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

Color convert

RGB 255 62 11 -
CMYK 0 0.76 0.96 0
HSL 12.54º 1% 0.52% -
HSV(B) 12.54º 0.96% 1% -
XYZ 43.02 24.73 2.82 -
YUV 113.89 69.94 228.65 -
System Red Green Blue C M Y K H S L
Decimal 255 62 11 0 0.76 0.96 0 12.54 1 0.52
Hex FF 3E B 0 4C 60 0 D 64 34
Octal 377 76 13 0 114 140 0 15 144 64
Binary 11111111 111110 1011 0 1001100 1100000 0 1101 1100100 110100

Color Harmonies of #FF3E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3E0B

Black with #FF3E0B

Text Example


Text Example

White with #FF3E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3E0B; }

 p { color: rgb(255,62,11); }

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

background-color css

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

 a { background-color: rgb(255,62,11); }

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

border-color css

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

 span { border-color: rgb(255,62,11); }

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