Html Css Color HEX #FB3E01 Orange Red

📋 copy color: '#FB3E01'

red 251 ◦ green 62 ◦ blue 1

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

Shades of Orange Red #FB3E01

Tints of Orange Red #FB3E01

RGB

 RED value IS 251 (98.44% from 255) = 79.94%

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

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 79.94%
G = 19.75%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FB3E01 (or 0xFB3E01) is known color: Orange Red. HEX triplet: FB, 3E and 01. RGB value is (251,62,1). Sum of RGB (Red+Green+Blue) = 251+62+1=314 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.94% from 314); Green value is 62 (24.61% from 255 or 19.75% from 314); Blue value is 1 (0.78% from 255 or 0.32% from 314); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3E01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3E01 is #04C1FE. Grayscale: #6F6F6F. Windows color (decimal): -311807 or 81659. OLE color: 81659.

HSL color Cylindrical-coordinate representation of color #FB3E01: hue angle of 14.64º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB3E01 is Cyan = 0, Magento = 0.75, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 62 1 -
CMYK 0 0.75 1.00 0.02
HSL 14.64º 0.99% 0.49% -
HSV(B) 14.64º 1% 0.98% -
XYZ 41.51 23.96 2.46 -
YUV 111.56 65.62 227.46 -
System Red Green Blue C M Y K H S L
Decimal 251 62 1 0 0.75 1.00 0.02 14.64 0.99 0.49
Hex FB 3E 1 0 4B 64 2 F 63 31
Octal 373 76 1 0 113 144 2 17 143 61
Binary 11111011 111110 1 0 1001011 1100100 10 1111 1100011 110001

Color Harmonies of #FB3E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3E01

Black with #FB3E01

Text Example


Text Example

White with #FB3E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3E01; }

 p { color: rgb(251,62,1); }

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

background-color css

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

 a { background-color: rgb(251,62,1); }

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

border-color css

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

 span { border-color: rgb(251,62,1); }

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