Html Css Color HEX #FB5B0C International Orange

📋 copy color: '#FB5B0C'

red 251 ◦ green 91 ◦ blue 12

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

Shades of International Orange #FB5B0C

Tints of International Orange #FB5B0C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.71%

 BLUE value IS 12 (5.08% from 255) = 3.39%

R = 70.9%
G = 25.71%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FB5B0C (or 0xFB5B0C) is known color: International Orange. HEX triplet: FB, 5B and 0C. RGB value is (251,91,12). Sum of RGB (Red+Green+Blue) = 251+91+12=354 (46% of max value = 765). Red value is 251 (98.44% from 255 or 70.90% from 354); Green value is 91 (35.94% from 255 or 25.71% from 354); Blue value is 12 (5.08% from 255 or 3.39% from 354); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5B0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5B0C is #04A4F3. Grayscale: #828282. Windows color (decimal): -304372 or 809979. OLE color: 809979.

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

Color convert

RGB 251 91 12 -
CMYK 0 0.64 0.95 0.02
HSL 19.83º 0.97% 0.52% -
HSV(B) 19.83º 0.95% 0.98% -
XYZ 43.59 28.02 3.46 -
YUV 129.83 61.51 214.42 -
System Red Green Blue C M Y K H S L
Decimal 251 91 12 0 0.64 0.95 0.02 19.83 0.97 0.52
Hex FB 5B C 0 40 5F 2 14 61 34
Octal 373 133 14 0 100 137 2 24 141 64
Binary 11111011 1011011 1100 0 1000000 1011111 10 10100 1100001 110100

Color Harmonies of #FB5B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5B0C

Black with #FB5B0C

Text Example


Text Example

White with #FB5B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5B0C; }

 p { color: rgb(251,91,12); }

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

background-color css

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

 a { background-color: rgb(251,91,12); }

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

border-color css

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

 span { border-color: rgb(251,91,12); }

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