Html Css Color HEX #FF3F1B Red Orange

📋 copy color: '#FF3F1B'

red 255 ◦ green 63 ◦ blue 27

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

Shades of Red Orange #FF3F1B

Tints of Red Orange #FF3F1B

RGB

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

 GREEN value IS 63 (25% from 255) = 18.26%

 BLUE value IS 27 (10.94% from 255) = 7.83%

R = 73.91%
G = 18.26%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF3F1B (or 0xFF3F1B) is known color: Red Orange. HEX triplet: FF, 3F and 1B. RGB value is (255,63,27). Sum of RGB (Red+Green+Blue) = 255+63+27=345 (45% of max value = 765). Red value is 255 (100% from 255 or 73.91% from 345); Green value is 63 (25% from 255 or 18.26% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3F1B is #00C0E4. Grayscale: #747474. Windows color (decimal): -49381 or 1785855. OLE color: 1785855.

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

Color convert

RGB 255 63 27 -
CMYK 0 0.75 0.89 0
HSL 9.47º 1% 0.55% -
HSV(B) 9.47º 0.89% 1% -
XYZ 43.22 24.89 3.56 -
YUV 116.3 77.61 226.93 -
System Red Green Blue C M Y K H S L
Decimal 255 63 27 0 0.75 0.89 0 9.47 1 0.55
Hex FF 3F 1B 0 4B 59 0 9 64 37
Octal 377 77 33 0 113 131 0 11 144 67
Binary 11111111 111111 11011 0 1001011 1011001 0 1001 1100100 110111

Color Harmonies of #FF3F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3F1B

Black with #FF3F1B

Text Example


Text Example

White with #FF3F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3F1B; }

 p { color: rgb(255,63,27); }

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

background-color css

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

 a { background-color: rgb(255,63,27); }

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

border-color css

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

 span { border-color: rgb(255,63,27); }

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