Html Css Color HEX #FB4E01 International Orange

📋 copy color: '#FB4E01'

red 251 ◦ green 78 ◦ blue 1

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

Shades of International Orange #FB4E01

Tints of International Orange #FB4E01

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.64%

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

R = 76.06%
G = 23.64%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FB4E01 (or 0xFB4E01) is known color: International Orange. HEX triplet: FB, 4E and 01. RGB value is (251,78,1). Sum of RGB (Red+Green+Blue) = 251+78+1=330 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.06% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 1 (0.78% from 255 or 0.30% from 330); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4E01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB4E01 is #04B1FE. Grayscale: #797979. Windows color (decimal): -307711 or 85755. OLE color: 85755.

HSL color Cylindrical-coordinate representation of color #FB4E01: hue angle of 18.48º 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 #FB4E01 is Cyan = 0, Magento = 0.69, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 78 1 -
CMYK 0 0.69 1.00 0.02
HSL 18.48º 0.99% 0.49% -
HSV(B) 18.48º 1% 0.98% -
XYZ 42.51 25.96 2.8 -
YUV 120.95 60.31 220.76 -
System Red Green Blue C M Y K H S L
Decimal 251 78 1 0 0.69 1.00 0.02 18.48 0.99 0.49
Hex FB 4E 1 0 45 64 2 12 63 31
Octal 373 116 1 0 105 144 2 22 143 61
Binary 11111011 1001110 1 0 1000101 1100100 10 10010 1100011 110001

Color Harmonies of #FB4E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4E01

Black with #FB4E01

Text Example


Text Example

White with #FB4E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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