Html Css Color HEX #FB650E Safety Orange

📋 copy color: '#FB650E'

red 251 ◦ green 101 ◦ blue 14

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

Shades of Safety Orange #FB650E

Tints of Safety Orange #FB650E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.6%

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

R = 68.58%
G = 27.6%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FB650E (or 0xFB650E) is known color: Safety Orange. HEX triplet: FB, 65 and 0E. RGB value is (251,101,14). Sum of RGB (Red+Green+Blue) = 251+101+14=366 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.58% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 14 (5.86% from 255 or 3.83% from 366); Max value from RGB is 251 - color contains mainly: red. Hex color #FB650E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB650E is #049AF1. Grayscale: #888888. Windows color (decimal): -301810 or 943611. OLE color: 943611.

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

Color convert

RGB 251 101 14 -
CMYK 0 0.60 0.94 0.02
HSL 22.03º 0.97% 0.52% -
HSV(B) 22.03º 0.94% 0.98% -
XYZ 44.52 29.85 3.83 -
YUV 135.93 59.2 210.07 -
System Red Green Blue C M Y K H S L
Decimal 251 101 14 0 0.60 0.94 0.02 22.03 0.97 0.52
Hex FB 65 E 0 3C 5E 2 16 61 34
Octal 373 145 16 0 74 136 2 26 141 64
Binary 11111011 1100101 1110 0 111100 1011110 10 10110 1100001 110100

Color Harmonies of #FB650E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB650E

Black with #FB650E

Text Example


Text Example

White with #FB650E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB650E; }

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

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

background-color css

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

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

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

border-color css

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

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

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