Html Css Color HEX #FB6510 Safety Orange

📋 copy color: '#FB6510'

red 251 ◦ green 101 ◦ blue 16

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

Shades of Safety Orange #FB6510

Tints of Safety Orange #FB6510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.35%

R = 68.21%
G = 27.45%
B = 4.35%

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

#FB6510 (or 0xFB6510) is known color: Safety Orange. HEX triplet: FB, 65 and 10. RGB value is (251,101,16). Sum of RGB (Red+Green+Blue) = 251+101+16=368 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.21% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 16 (6.64% from 255 or 4.35% from 368); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6510 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB6510 is #049AEF. Grayscale: #888888. Windows color (decimal): -301808 or 1074683. OLE color: 1074683.

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

Color convert

RGB 251 101 16 -
CMYK 0 0.60 0.94 0.02
HSL 21.7º 0.97% 0.52% -
HSV(B) 21.7º 0.94% 0.98% -
XYZ 44.53 29.85 3.91 -
YUV 136.16 60.2 209.91 -
System Red Green Blue C M Y K H S L
Decimal 251 101 16 0 0.60 0.94 0.02 21.7 0.97 0.52
Hex FB 65 10 0 3C 5E 2 16 61 34
Octal 373 145 20 0 74 136 2 26 141 64
Binary 11111011 1100101 10000 0 111100 1011110 10 10110 1100001 110100

Color Harmonies of #FB6510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6510

Black with #FB6510

Text Example


Text Example

White with #FB6510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6510; }

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

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

background-color css

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

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

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

border-color css

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

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

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