Html Css Color HEX #FB4F0E International Orange

📋 copy color: '#FB4F0E'

red 251 ◦ green 79 ◦ blue 14

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

Shades of International Orange #FB4F0E

Tints of International Orange #FB4F0E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.97%

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

R = 72.97%
G = 22.97%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FB4F0E (or 0xFB4F0E) is known color: International Orange. HEX triplet: FB, 4F and 0E. RGB value is (251,79,14). Sum of RGB (Red+Green+Blue) = 251+79+14=344 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.97% from 344); Green value is 79 (31.25% from 255 or 22.97% from 344); Blue value is 14 (5.86% from 255 or 4.07% from 344); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4F0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB4F0E is #04B0F1. Grayscale: #7B7B7B. Windows color (decimal): -307442 or 937979. OLE color: 937979.

HSL color Cylindrical-coordinate representation of color #FB4F0E: hue angle of 16.46º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB4F0E is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 79 14 -
CMYK 0 0.69 0.94 0.02
HSL 16.46º 0.97% 0.52% -
HSV(B) 16.46º 0.94% 0.98% -
XYZ 42.66 26.13 3.21 -
YUV 123.02 66.48 219.29 -
System Red Green Blue C M Y K H S L
Decimal 251 79 14 0 0.69 0.94 0.02 16.46 0.97 0.52
Hex FB 4F E 0 45 5E 2 10 61 34
Octal 373 117 16 0 105 136 2 20 141 64
Binary 11111011 1001111 1110 0 1000101 1011110 10 10000 1100001 110100

Color Harmonies of #FB4F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4F0E

Black with #FB4F0E

Text Example


Text Example

White with #FB4F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4F0E; }

 p { color: rgb(251,79,14); }

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

background-color css

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

 a { background-color: rgb(251,79,14); }

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

border-color css

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

 span { border-color: rgb(251,79,14); }

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